Re: Grammar guidelines in Postgres

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Grammar guidelines in Postgres
Дата
Msg-id 3411288.1720108915@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Grammar guidelines in Postgres  (Harjyot Bagga <hsbagga28.dev@gmail.com>)
Список pgsql-hackers
Harjyot Bagga <hsbagga28.dev@gmail.com> writes:
> One such suggestion or rule for example is the Postgres does not support
> Postfix operators. So whenever a new feature is introduced developers make
> sure that they do not add a postfix operators in their grammar. Just like
> that are there any other further rules or suggestions compiled by post
> hackers and maintainers?

[ shrug... ]  If you try to re-introduce postfix operators you'll get
a ton of shift-reduce conflicts.  We have a hard rule that such
conflicts are not allowed, even though Bison can be told to ignore
them.  Beyond that, there's not much.

            regards, tom lane



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