Hi,

I'm running Drupal on PostgreSQL 8.0.1 and had to modify the book module a little bit to make it work on my system. It's pretty minor--you just have to ensure that you are also SELECTing all the columns you're using in your ORDER BY expression, otherwise PostgreSQL will reject the query.

These changes should have zero ramifications for MySQL installations.

Here is a patch against 4.6.2 which makes these changes.

CommentFileSizeAuthor
book.module_4.patch2.71 KBDaniel Lyons
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

killes@www.drop.org’s picture

Status: Needs review » Fixed

fixed in cvs.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)