PostgreSQL support
wedge - December 29, 2006 - 15:10
| Project: | Taxonomy Access Control |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
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?
#2
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.