Re: [HACKERS] Fwd: How parser works and to add keyword to keywords.h

2014-11-10 Thread Tom Lane
Pankaj Bagul writes: > Can anyone tell about how parser works and if we want to add a new keyword > to the keywords.h, > and how to use that keyword ? How the all process works ? The minimum requirements are as stated in gram.y: add the keyword to kwlist.h, to the "%token " list near the head of

[HACKERS] Fwd: How parser works and to add keyword to keywords.h

2014-11-10 Thread Pankaj Bagul
Hello, Can anyone tell about how parser works and if we want to add a new keyword to the keywords.h, and how to use that keyword ? How the all process works ? -- Pankaj B.