The head version that I've tried seems to use multirow VALUES syntax[1] in some places. This is only supported in PostgreSQL 8.2 or later. Just thought it would be good if this was documented somewhere.

Thanks for a nice module.

[1] info

Comments

keve’s picture

These queries have not changed since the beginning.
I had some user prior to pgsql 8, i think. I wonder why is that nobody has told this before.

Do you use pgsql 8?

cpugeniusmv’s picture

Version: master » 6.x-1.x-dev
Component: Documentation » Code

From what I can tell, the only place remaining in the code that does this is in the function taxonomy_access_restore_terms.

I've been thinking about refactoring the way that function works. I'll keep this in mind when I end up doing that.

xjm’s picture

Assigned: Unassigned » xjm

This will be fixed soon.

xjm’s picture

Status: Active » Fixed

This has been fixed as a part of another change:
http://drupal.org/cvs?commit=339198
http://drupal.org/cvs?commit=339200

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.