Postgres SQL Parser - Mailing list pgsql-hackers

From Uma Krishnan
Subject Postgres SQL Parser
Date
Msg-id 20070422231231.13798.qmail@web51502.mail.re2.yahoo.com
Whole thread Raw
Responses Re: Postgres SQL Parser  (Bruce Momjian <bruce@momjian.us>)
Re: Postgres SQL Parser  ("Andrew Dunstan" <andrew@dunslane.net>)
List pgsql-hackers
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.
 
Please help.
 
Thanks

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [Fwd: PGBuildfarm member narwhal Branch HEAD Status changed from OK to InstallCheck failure]
Next
From: Bruce Momjian
Date:
Subject: Re: Postgres SQL Parser