Bug with ONLY Keyword
Posted: Thu 08 Apr 2010 09:14
Hy Devart,
there is a bug with the ONLY keyword in PostgreSQL (table inheritance)
SELECT * FROM ONLY mytable.
if the sql generator generates the update statement it will interprate "ONLY" as the table name instead of mytable.
Daniel
there is a bug with the ONLY keyword in PostgreSQL (table inheritance)
SELECT * FROM ONLY mytable.
if the sql generator generates the update statement it will interprate "ONLY" as the table name instead of mytable.
Daniel