Tom Lane writes:
> >> Well, beside the referential constraint issue ( that can be solved by
> >> hand ), the most frustrating is that queries like
> >> DELETE FROM table* where key = some_value
> >> Fails ( parser error ). ( UPDATE either )
>
> Not as of 7.1.
>
> re
>> Well, beside the referential constraint issue ( that can be solved by
>> hand ), the most frustrating is that queries like
>> DELETE FROM table* where key = some_value
>> Fails ( parser error ). ( UPDATE either )
Not as of 7.1.
regards, tom lane
-
>
> Hi, i've posted various problems regarding inheritance in postgres,
> Never see a reply :(
>
> Well, beside the referential constraint issue ( that can be solved by
> hand ), the most frustrating is that queries like
>
> DELETE FROM table* where key = some_value
>
> Fails ( parser error )