Обсуждение: Hi. Sir....!!

Поиск
Список
Период
Сортировка

Hi. Sir....!!

От
"Woohyun,Tak"
Дата:
Dear sir


I want to add keywords in psql (it is not function or operation)
Let me know what source files must to be modified.

Thank you... Good Luck!

--
-----------------------------------------------------------
Tel : +82-51-582-0491(office)
       +82-51-515-2208(Fax)
mailto:whtak@asadal.cs.pusan.ac.kr
http://asadal.cs.pusan.ac.kr/~whtak
Addr: Dept. Computer Science, Pusan National Univ.,
     Kumjung-GU, Jangjun-Dong, San 30, Pusan, Korea 609-735
-----------------------------------------------------------



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

От
"Thomas G. Lockhart"
Дата:
> 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