Re: [HACKERS] Subselects and NOTs - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Subselects and NOTs
Date
Msg-id 34EDB492.A96ED6FE@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] Subselects and NOTs  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> I think my original patch about NOT NULL constraint allows this type of
> construction. However, thinks have changed in the parser since I made
> this patch, and now seems that a construction like
> CREATE TABLE a (b int constraint not_null NOT NULL)
> is now valid (I only saw gram.y - maybe I'm wrong). I can make the
> patches to allow NULL, but I only want a litte help: is the name of this
> type of constraint beeing saved anywere?

Yes, I think so.


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] Permissions on copy
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Who is everyone?