Re: [HACKERS] bug in 7.0 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] bug in 7.0
Date
Msg-id 25601.951754296@sss.pgh.pa.us
Whole thread Raw
In response to bug in 7.0  (Don Baccus <dhogaza@pacifier.com>)
Responses NOT {NULL|DEFERRABLE} (was: bug in 7.0)  (wieck@debis.com (Jan Wieck))
List pgsql-hackers
Don Baccus <dhogaza@pacifier.com> writes:
> This is probably related to Lockhart's changes to allow
> not null/not deferrable to work (foreign key stuff).

Yeah, we need a better answer for NOT DEFERRABLE.  Thomas just did a
quick & dirty kluge to allow testing of foreign keys, but as you see
it's broken a number of other things...

I still like the idea of turning NOT NULL into a single token before
it gets to the grammar, but Thomas was dissatisfied with that plan.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jose Soares
Date:
Subject: Re: [HACKERS] having and union in v7beta
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] NOT NULL doesn't work in v7