download Drupal 4.5?
| Project: | Database Administration |
| Version: | 5.x-1.x-dev |
| Component: | PostgreSQL Support |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
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.

#1
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.
#2
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.
#3
I just fixed the README file to remove the bogus reference to Drupal 4.5 at least. ;)