Meaning of keyword category list in src/backend/parser/gram.y - Mailing list pgsql-hackers

From soroosh sardari
Subject Meaning of keyword category list in src/backend/parser/gram.y
Date
Msg-id CAFUsPDaruk_23kBWsdR7fW3t3TCRKfB8YYit_NuG=PYgMSufGg@mail.gmail.com
Whole thread Raw
Responses Re: Meaning of keyword category list in src/backend/parser/gram.y  (Amit Kapila <amit.kapila@huawei.com>)
List 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 by date:

Previous
From: Gavin Flower
Date:
Subject: Re: 9.3 release notes suggestions
Next
From: Amit Langote
Date:
Subject: Re: Assertion failure at standby promotion