Hello, I'm having troubles with Drupal 5, (Database Administration module. to many errors). Its necesary to download Drupal 4.5 to work with Database Administration module? or there is a way to resolve all these errors?

* warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «drupal_system_catalog» in /var/www/drupal/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT DISTINCT tabname as Table FROM drupal_system_catalog in /var/www/drupal/includes/database.pgsql.inc on line 144.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «drupal_system_catalog» in /var/www/drupal/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT DISTINCT tabname as Table FROM drupal_system_catalog in /var/www/drupal/includes/database.pgsql.inc on line 144.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «drupal_system_catalog» in /var/www/drupal/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT DISTINCT dbname FROM drupal_system_catalog LIMIT 1 in /var/www/drupal/includes/database.pgsql.inc on line 144.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: no existe la relación «drupal_system_catalog» in /var/www/drupal/includes/database.pgsql.inc on line 125.
* user warning: query: SELECT DISTINCT tabname as Table FROM drupal_system_catalog in /var/www/drupal/includes/database.pgsql.inc on line 144.

Comments

vm’s picture

Project: Drupal core » Database Administration
Version: 5.x-dev » 5.x-1.x-dev
Component: postgresql database » PostgreSQL Support
Assigned: amif » Unassigned
Category: support » bug

Moving to the proper issue query.

I don't suggest downgrading to Drupal 4.5 that version is very old and not very supported at this stage.

dww’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Closed (works as designed)

If you try to use PgSQL with this module, you have to RTFM: README.pgsql

And no, the README.txt is out of date, it mostly works all the way up to Drupal 5.x. PgSQL is chronically unloved, however.

dww’s picture

I just fixed the README file to remove the bogus reference to Drupal 4.5 at least. ;)