Re: NOT {NULL|DEFERRABLE} (was: bug in 7.0) - Mailing list pgsql-hackers

From Don Baccus
Subject Re: NOT {NULL|DEFERRABLE} (was: bug in 7.0)
Date
Msg-id 3.0.1.32.20000228143702.00fd5850@mail.pacifier.com
Whole thread Raw
In response to NOT {NULL|DEFERRABLE} (was: bug in 7.0)  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
At 11:18 PM 2/28/00 +0100, Jan Wieck wrote:

>    I  would  be able to undo Thomas' changes to the parser (plus
>    your fix for SEQUENCE) and put our idea  of  token  lookahead
>    into instead. The changes are locally to gram.y, and anything
>    works as expected.

Look-ahead's a bit cleaner in principle than doing it in the lexer,
IMO.  Still, it shouldn't be necessary.

I was going to take a look at the relevant part of gram.y starting
in about an hour, over coffee, to see if anything leaps out at me.

Also, I think Thomas ought to have a chance to chime in and he's
apparently back in touch with the world, because he's been e-mailing
today.



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


pgsql-hackers by date:

Previous
From: wieck@debis.com (Jan Wieck)
Date:
Subject: NOT {NULL|DEFERRABLE} (was: bug in 7.0)
Next
From: Peter Eisentraut
Date:
Subject: Re: [SQL] prob with aggregate and group by - returns multiples