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 BANLkTi=ASPTvBt+7mibr4tHRqBTdd2VKHw@mail.gmail.com
Whole thread Raw
In response to Re: Hacking gram.y Error syntax error at or near "MERGEJOIN"  (HuangQi <huangqiyx@gmail.com>)
List pgsql-hackers
On Thu, Jun 2, 2011 at 11:17 AM, HuangQi <huangqiyx@gmail.com> 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