Writing complex procedures to return data in PgSql
Monday, March 12th, 2007Postgresql is an extremely powerful open-source RDBMS. In fact, I use it on a day-to-day basis for my work and I absolutely love it. There are some quirks, the speed is a little slow (especially when compared to it's big competitor - MySQL), but overall it implements the ISO standards ...