Some news … PG4WP is still alive :)

Quite some time since my last post …

I don’t have much time to work on PG4WP for now, but I’m still here and a new version should be out in a few weeks, including improvements such as speed up and maybe some plugin support.

If you have a plugin that you would like to have supported when the next version comes out, please write a comment to this post to tell me about it, and I’ll try to work on it.

2 Comments

  1. Juergen says:

    Hi, I love your plugin and use it since it came out, but now Akismet creates some errors, I guess you need to change the parser for INTERVAL. From my logs:

    WordPress database error ERROR: syntax error at or near “15″\nLINE 1: …ts WHERE DATE_SUB(‘2009-11-05 11:18:03′, INTERVAL 15 DAY) > …\n

    Thanks again for great plugin!

    Juergen

  2. Hi,

    I just tried your plugin with Wordpress 2.9 (and PostgreSQL 8.3). Really nice. It works well for me. Though there were some small fixes to add :
    - deal with socket connection to Postgres;
    - fake mysql_version was to old;
    - index names need to be table name suffixed to avoid name collision
    - on duplicate key do not exist within PostgreSQL, used a RULE for wp_options instead
    - REGEXP must be replace by ~

    I did a diff, here is the link : http://www.mariel.fr/docs/driver_pgsql.diff

Leave a Reply