Active
Project:
#translatable
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2008 at 08:28 UTC
Updated:
19 Mar 2008 at 08:28 UTC
Hi,
In the node_translatable table there's a column named "any", this is a reserved keyword in PgSQL so that's a problem, at least in 8.1, the query simply fails when trying to create that table.
Here's the PgSQL reference for keywords in 8.1: http://www.postgresql.org/docs/8.1/interactive/sql-keywords-appendix.html
Would be great if you could fix this, thanks!