Re: Review: UNNEST (and other functions) WITH ORDINALITY

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Review: UNNEST (and other functions) WITH ORDINALITY
Дата
Msg-id CAM-w4HOfyXg3CcZtMLwbNUYE0x1GO-fxtJXZ0Rri5UBS9vQGCg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Review: UNNEST (and other functions) WITH ORDINALITY  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, Aug 13, 2013 at 8:20 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> Blech.  Well, that's why we need to stop hacking the lexer before we shoot a
> hole through our foot that's too large to ignore.  But it's not this patch's
> job to fix that problem.

Hm. I thought it was. However it turns out the NULLS FIRST and the
WITH* problems are not exactly analogous. Because NULLS and FIRST are
both unreserved keywords whereas WITH is a reserved keyword the
problems are really different. Whereas WITH can be fixed by going
through all the places in the grammar where WITH appears, NULLS FIRST
really can't be fixed without reserving NULLS.




-- 
greg



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: How to create read-only view on 9.3
Следующее
От: Josh Berkus
Дата:
Сообщение: TODO request: multi-dimensional arrays in PL/pythonU