Re: SET NULL / SET NOT NULL - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: SET NULL / SET NOT NULL
Date
Msg-id 3C9B99D5.CF06E28F@fourpalms.org
Whole thread Raw
In response to Re: SET NULL / SET NOT NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: SET NULL / SET NOT NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
...
> "CREATE TABLE test (x int NULL)" doesn't look great either.  :-)  What
> is that NULL doing there?

Well, because NOT NULL *was* in the standard, and because one should be
able to explicitly negate *that*. The alternative was
 CREATE TABLE test (x int NOT NOT NULL)

:O
                   - Thomas


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SET NULL / SET NOT NULL
Next
From: Bruce Momjian
Date:
Subject: Re: SET NULL / SET NOT NULL