Re: [HACKERS] Hi. Sir....!!

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Hi. Sir....!!
Дата
Msg-id 3570142C.6C5F6899@alumni.caltech.edu
обсуждение исходный текст
Ответ на Hi. Sir....!!  ("Woohyun,Tak" <whtak@asadal.cs.pusan.ac.kr>)
Список 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 по дате отправления:

Предыдущее
От: "Woohyun,Tak"
Дата:
Сообщение: Hi. Sir....!!
Следующее
От: Maarten Boekhold
Дата:
Сообщение: anon cvs and specific versions/releases