Re: Postgres SQL Parser

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Postgres SQL Parser
Дата
Msg-id 200704222345.l3MNjQa02075@momjian.us
обсуждение исходный текст
Ответ на Postgres SQL Parser  (Uma Krishnan <ukris03@yahoo.com>)
Список pgsql-hackers
Uma Krishnan wrote:
> Hello I'm trying to implement a new SortMerge algorithm, and see how
> it compares with the current algorithm. In doing so, rather than using
> select, I'd like to introduce a new verb so that Select is not modified.
> 
>   I looked at the source code, but could find the place where Postgres
>   SQL grammer is defined.
src/parser/gram.y

I recommend you read the developer's FAQ.


-- Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Uma Krishnan
Дата:
Сообщение: Postgres SQL Parser
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Postgres SQL Parser