Hello!

I am interesting how the modules of drupal work with PostgreSQL?

I use Drupal 5.2 and PostgreSQL 8.2.1.

I try to use the modules: Archive and Archiver and I have warnings.

For Archiver I didn't have problems on installation, but when I try to use it I get these warnings:

warning: pg_query(): Query failed: ERROR: relažia "archiver" does not exist in /var/www/html/drupal-5.2/includes/database.pgsql.inc on line 125.
user warning: query: SELECT COUNT(nid) AS count FROM archiver WHERE nid=28 in /var/www/html/drupal-5.2/includes/database.pgsql.inc on line 144.

and with Archive I have problems on instalation:

warning: Missing argument 2 for archive_help() in /var/www/html/drupal-5.2/modules/archive/archive.module on line 7.
warning: Missing argument 2 for archive_help() in /var/www/html/drupal-5.2/modules/archive/archive.module on line 7.

Thanks!

Violeta