Re: Hacking gram.y Error syntax error at or near "MERGEJOIN" - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Hacking gram.y Error syntax error at or near "MERGEJOIN"
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Hacking gram.y Error syntax error at or near "MERGEJOIN"  (HuangQi <[email protected]>)
List pgsql-hackers
On Thu, Jun 2, 2011 at 11:17 AM, HuangQi <[email protected]> wrote:
> Hi, thanks a lot for your ideas. But I've done all these things. I've
> checked the gram.y and kwlist.h files many times but can not find what's
> wrong. So is there any possibility that the problem comes from something
> after parser, though it seems it should comes from parser?

It seems very unlikely, but you could probably find out the answer
yourself by using a debugger.  Set a breakpoint on errfinish and see
where the error gets thrown from.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BLOB support
Next
From: Alexey Klyukin
Date:
Subject: Estimating total amount of shared memory required by postmaster