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 [email protected]
Whole thread Raw
In response to Re: Updatable views/with check option parsing  (Tom Lane <[email protected]>)
Responses Re: Updatable views/with check option parsing
List pgsql-hackers
Am Mittwoch, 24. Mai 2006 20:42 schrieb Tom Lane:
> Peter Eisentraut <[email protected]> writes:
> > I have spent some time figuring out how to resolve the parsing conflicts
> > in Bernd Helmle's updatable views patch.  The problem has now been
> > reduced to specifically this situation:
>
> Could we see the proposed patches for gram.y?

Here it is.

$ make -W gram.y gram.c
bison -y -d  gram.y
conflicts: 4 shift/reduce

These are basically for instances of the same problem.

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

pgsql-hackers by date:

Previous
From: Hans-Jürgen Schönig
Date:
Subject: Bug with UTF-8 character
Next
From: Teodor Sigaev
Date:
Subject: Re: GIN stuck in loop during PITR