Sql warnings on postgres
| Project: | Feed Path Publisher |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Get the following warnings after installing the module.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: column "admin/build/modules/list" does not exist LINE 1: ...FROM feed_path_publisher WHERE path_prefix = LEFT("admin/bui... ^ in /var/blahblah/trunk/www/includes/database.pgsql.inc on line 139.
* user warning: query: SELECT title, feed, fppid FROM feed_path_publisher WHERE path_prefix = LEFT("admin/build/modules/list", LENGTH(path_prefix)) OR path_prefix = LEFT("admin/build/modules/list", LENGTH(path_prefix)) OR path_prefix = LEFT("admin/build/modules/list", LENGTH(path_prefix)) ORDER BY weight, path_prefix in /var/blahblah/trunk/modules/feed_path_publisher/feed_path_publisher.module on line 55.
Running Drupal6 with Postgres 8.3.7

#1
@emackn: Unfortunately, I don't know much at all about Postgres. Cany ou advise?