PGSQL for WordPress as a plugin

To simplify installation, I packaged PG4WP as a plugin.
This version is numbered 0.8.0, there are still some improvements needed before I consider PG4WP to be usable.
Install is quite simple now :

  • Download the plugin
  • Extract the files in ‘wp-content’ from your WordPress install
    You should get ‘db.php’ in ‘wp-content’ and 2 ‘wp-db-*.php’ files in ‘wp-content/plugins/pg4wp’
  • Point your browser to your blog as usual to install WordPress

Notice : this is a development version, it creates 2 files (insid.log and pgsql.log) at the root of your install and feeds them with all operations over SQL requests.
Those files can become quite big, but you can remove them as often as you want.
The next update will have a parameter to disabled those debug logs.

Any remark/comment appreciated.

Leave a Reply