I'm not sure if this is the right place as I am still learning how both Drupal and its support systems work. I' using 4.7.2 and postgresql and notice quite a few inconsitancies with some modules. The subversion module has no postgresql install setup and the project module seems to be missing at least one sequence. Is anyone using postgresql with the project and subversion modules?

   * warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "project_rid_seq" does not exist in /home/p/drupal/includes/database.pgsql.inc on line 84.
    * user warning: query: SELECT nextval('project_rid_seq') in /home/p/drupal/includes/database.pgsql.inc on line 103.
    * warning: filectime() [function.filectime]: stat failed for phorge-0.0.1.tgz in /home/p/drupal/modules/project/release.inc on line 351.
    * warning: filemtime() [function.filemtime]: stat failed for phorge-0.0.1.tgz in /home/p/drupal/modules/project/release.inc on line 352.
    * warning: md5_file() [function.md5-file]: Unable to access phorge-0.0.1.tgz in /home/p/drupal/modules/project/release.inc on line 353.
    * warning: md5_file(phorge-0.0.1.tgz) [function.md5-file]: failed to open stream: Success in /home/p/drupal/modules/project/release.inc on line 353.
    * warning: filesize() [function.filesize]: stat failed for phorge-0.0.1.tgz in /home/p/drupal/modules/project/release.inc on line 281.

Comments

halkeye’s picture

i *just* started writing the subversion module, i hadn't gotten around to setting up a postgres test setup yet.

dww regularly tests with postgres for project module. Leave him a bug, he should get to it when he gets back.