Re: Updatable views/with check option parsing - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Updatable views/with check option parsing
Date
Msg-id 22757.1148738178@sss.pgh.pa.us
Whole thread Raw
In response to Re: Updatable views/with check option parsing  (Hannu Krosing <hannu@skype.net>)
List pgsql-hackers
Hannu Krosing <hannu@skype.net> writes:
> I think we should go on and do promote WITH to a reserved keyword now
> because eventually we have to do it anyway.
> It is needed for recursive queries as well.

I'm unconvinced.  Recursive queries have WITH at the front, not the
back, so the parsing issues are entirely different.

If we do find that, we can easily adjust this code to simplify the
filter function at that time.  But I don't agree with reserving words
just because we might need them for patches that don't exist yet.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Inserting Picture to Bytea
Next
From: Tom Lane
Date:
Subject: Re: Inefficient bytea escaping?