warning: pg_query() [function.pg-query]: Query failed: ERROR: LIMIT #,# syntax is not supported HINT: Use separate LIMIT and OFFSET clauses. in /home/brenda/drupal-5.1/includes/database.pgsql.inc on line 125.
user warning: query: SELECT dimensions FROM slideshow WHERE nid = 7 ORDER BY vid DESC LIMIT 0,1 in /home/brenda/drupal-5.1/includes/database.pgsql.inc on line 144.
warning: pg_query() [function.pg-query]: Query failed: ERROR: relation "slideshow" does not exist in /home/brenda/drupal-5.1/includes/database.pgsql.inc on line 125.
user warning: query: SELECT location, align, dimensions FROM slideshow WHERE nid = 7 AND vid = 7; in /home/brenda/drupal-5.1/includes/database.pgsql.inc on line 144.

CommentFileSizeAuthor
#2 slideshow.module.patch1.3 KBShiny
#1 slideshow.install.patch728 bytesShiny
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Shiny’s picture

FileSize
728 bytes

I modified the module, and put in the table defs, and tested this on postgresql 8.2
works nicely.
attached are 2 patches

Shiny’s picture

Assigned: Unassigned » Shiny
Status: Active » Needs review
FileSize
1.3 KB
kkaefer’s picture

Status: Needs review » Fixed

Committed! Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)