Tag Archives: postgresql

Using PostgreSQL with WordPress

This site has been using PostgreSQL as a back end for WordPress since the beginning.  This is possible with a nice little plugin PG4WP that will translate queries on the fly into something that PostgreSQL can understand. I’m a big … Continue reading

Posted in Code | Tagged | 5 Comments

Installing PostgreSQL on Mac OS X

Here is what I did to get PostgreSQL and the postgres ruby gem installed on Mac OS X Leopard. This post is more for my personal reference, but if anyone finds it useful, so be it. There are other posts around that deal with the same issue, but I’ve not found one that has the complete picture. Continue reading

Posted in Code | Tagged , | 2 Comments