Re: Updatable views/with check option parsing - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Updatable views/with check option parsing
Date
Msg-id 200605270159.30026.peter_e@gmx.net
Whole thread Raw
In response to Re: Updatable views/with check option parsing  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Updatable views/with check option parsing
List pgsql-hackers
Tom Lane wrote:
> Yeah, I just read the same in the bison manual.  The thing that's
> bothering me is that a GLR parser would hide that ambiguity from you,

It doesn't really hide it.  You still get the "N shift/reduce conflicts" 
warnings from bison.  You just know that they are being handled.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Updatable views/with check option parsing
Next
From: Tom Lane
Date:
Subject: Re: Updatable views/with check option parsing