Re: Proposal for updatable views

William ZHANG <uniware@zedware.org>

From: "William ZHANG" <uniware@zedware.org>
To: "Neil Conway" <neilc@samurai.com>, "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: <pgsql-hackers@postgresql.org>
Date: 2006-03-14T07:13:16Z
Lists: pgsql-hackers
> A quick look at the grammar suggests that the key problem is the
> opt_timezone production --- it might be that if we removed that in
> favor of spelling out the alternatives at the call sites, the conflict
> would go away.  bison-fu is all about postponing shift/reduce decisions
> until you've seen enough to be sure ...
> 
> regards, tom lane

Yes, if we can change opt_timezone and related production rules,
it is a better choice.