Re: [HACKERS] Hi. Sir....!! - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Hi. Sir....!!
Date
Msg-id 3570142C.6C5F6899@alumni.caltech.edu
Whole thread Raw
In response to Hi. Sir....!!  ("Woohyun,Tak" <whtak@asadal.cs.pusan.ac.kr>)
List pgsql-hackers
> I want to add keywords in psql (it is not function or operation)
> Let me know what source files must to be modified.

gram.y, keywords.c just to get the keyword recognized by the parser.
Some other files in src/backend/parser/ will need to be changed if the
new keywords don't map to existing functionality, and of course other
files in the optimizer/executor would need to be changed to support new
capabilities.

Good luck!

                   - Tom

pgsql-hackers by date:

Previous
From: "Woohyun,Tak"
Date:
Subject: Hi. Sir....!!
Next
From: Maarten Boekhold
Date:
Subject: anon cvs and specific versions/releases