...
> "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

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to