Re: FETCH FIRST clause PERCENT option

Поиск
Список
Период
Сортировка
От Surafel Temesgen
Тема Re: FETCH FIRST clause PERCENT option
Дата
Msg-id CALAY4q-7FxvHsFxQ=V6FonKX1f7+sxAXS2Dix7SF=3zP2qQd7g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: FETCH FIRST clause PERCENT option  (Mark Dilger <hornschnorter@gmail.com>)
Ответы Re: FETCH FIRST clause PERCENT option  (Vik Fearing <vik.fearing@2ndquadrant.com>)
Список pgsql-hackers




I messed around with your changes to the grammar and it seems you don't
need to add PERCENT as a reserved keyword.  Moving this to the unreserved
keyword section does not cause any shift/reduce errors, and the regression
tests still pass.  Relative to your patch v4, these changes help:


In sql standard PERCENT list as reserved world so i don't think it is a thing that can change by me.
I think the main reason create_table fail in  test_ddl_deparse  is because i don't surround PERCENT key word in
/src/test/regress/expected/create_table.out too

regards
Surafel
Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Add WL_EXIT_ON_PM_DEATH pseudo-event.
Следующее
От: Vik Fearing
Дата:
Сообщение: Re: FETCH FIRST clause PERCENT option