Re: Updatable views/with check option parsing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Updatable views/with check option parsing
Дата
Msg-id 22757.1148738178@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Updatable views/with check option parsing  (Hannu Krosing <hannu@skype.net>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Inserting Picture to Bytea
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Inefficient bytea escaping?