Re: SET NULL / SET NOT NULL

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: SET NULL / SET NOT NULL
Дата
Msg-id 3C9B99D5.CF06E28F@fourpalms.org
обсуждение исходный текст
Ответ на Re: SET NULL / SET NOT NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: SET NULL / SET NOT NULL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SET NULL / SET NOT NULL
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: SET NULL / SET NOT NULL