Re: Proposal for updatable views - Mailing list pgsql-hackers

From William ZHANG
Subject Re: Proposal for updatable views
Date
Msg-id 010d01c64736$d378c030$1504a8c0@devserver.kingbase.com.cn
Whole thread Raw
In response to Proposal for updatable views  (Bernd Helmle <mailings@oopsware.de>)
List 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.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal for updatable views
Next
From: Andrew Dunstan
Date:
Subject: Re: Proposal for updatable views