CREATE TABLE docs fix

Поиск
Список
Период
Сортировка
От Neil Conway
Тема CREATE TABLE docs fix
Дата
Msg-id 87elcew353.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответы Re: CREATE TABLE docs fix  (Rod Taylor <rbt@zort.ca>)
Re: CREATE TABLE docs fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CREATE TABLE docs fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CREATE TABLE docs fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
This patch fixes a minor inaccuracy in the documentation: NOT NULL is
not synonymous with CHECK (xxx IS NOT NULL) -- for example, consider
ALTER TABLE ADD PRIMARY KEY, which checks for 'NOT NULL', not a check
constraint.

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: revised patch for PL/PgSQL table functions
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: CREATE TABLE docs fix