Meaning of keyword category list in src/backend/parser/gram.y

Поиск
Список
Период
Сортировка
От soroosh sardari
Тема Meaning of keyword category list in src/backend/parser/gram.y
Дата
Msg-id CAFUsPDaruk_23kBWsdR7fW3t3TCRKfB8YYit_NuG=PYgMSufGg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Meaning of keyword category list in src/backend/parser/gram.y
Список pgsql-hackers
Hi

I'm trying to add a new constraint to column constraint.
I add a new keyword ro kwlist.h and gram.y, and also edit ColConstraintElem.

The problem is i don't know what is "Keyword category lists" at the end of gram.y.
when I added the new keyword in "unreserved_keyword", shift/reduce and reduce/reduce conflicts appear in bison outputs.

any idea about this problem and meaning of  "Keyword category lists" is appreciated.

Cheers
Soroosh

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

Предыдущее
От: Gavin Flower
Дата:
Сообщение: Re: 9.3 release notes suggestions
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Assertion failure at standby promotion