Re: [HACKERS] Doubt in parser

2006-02-28 Thread Tom Lane
Michael Glaesemann <[EMAIL PROTECTED]> writes: > On Feb 16, 2006, at 21:37 , Dhanaraj wrote: >> currently i looking at the postgres src code. I saw the scanner and >> parser implemetations at two different places (src/backend/parser/ >> and /src/bakend/bootstrp). Can anybody tell me the purpo

Re: [HACKERS] Doubt in parser

2006-02-28 Thread Michael Glaesemann
On Feb 16, 2006, at 21:37 , Dhanaraj wrote: hi currently i looking at the postgres src code. I saw the scanner and parser implemetations at two different places (src/backend/parser/ and /src/bakend/bootstrp). Can anybody tell me the purpose of having two phases?? or will this help to p

Re: [HACKERS] Doubt in parser

2006-02-16 Thread Alvaro Herrera
Dhanaraj wrote: > hi > > currently i looking at the postgres src code. I saw the scanner and > parser implemetations at two different places (src/backend/parser/ and > /src/bakend/bootstrp). Can anybody tell me the purpose of having two > phases?? or will this help to parse the queries at dif

Re: [HACKERS] Doubt in parser

2006-02-16 Thread Martijn van Oosterhout
On Thu, Feb 16, 2006 at 06:07:25PM +0530, Dhanaraj wrote: > hi > > currently i looking at the postgres src code. I saw the scanner and > parser implemetations at two different places (src/backend/parser/ and > /src/bakend/bootstrp). Can anybody tell me the purpose of having two > phases?? or