VERY SMALL DOC BUG: http://www.postgresql.org/idocs/index.php?sql-createtable.html

Поиск
Список
Период
Сортировка
От Janning Vygen
Тема VERY SMALL DOC BUG: http://www.postgresql.org/idocs/index.php?sql-createtable.html
Дата
Msg-id 200209031512.g83FCx617971@janning.planwerk6.local
обсуждение исходный текст
Ответы Re: VERY SMALL DOC BUG: http://www.postgresql.org/idocs/index.php?sql-createtable.html  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-docs
Hi,

In document
http://www.postgresql.org/idocs/index.php?sql-createtable.html

it says (Parameters, third section):

NOT NULL
     The column is not allowed to contain NULL values. This is
equivalent to the column constraint CHECK (column NOT NULL).

At the end it must say:

CHECK (column IS NOT NULL).
              ^^

thanks for maintaining/developing postgresql!! Great database!

kind regards,
janning

--
PLANWERK 6 /websolutions
Herzogstraße 86
40215 Düsseldorf

fon 0211-6015919
fax 0211-6015917
http://www.planwerk6.de

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

Предыдущее
От: "Mathias Zajaczkowski"
Дата:
Сообщение: PostgreSQL 7.2 Documentation
Следующее
От: Hubert depesz Lubaczewski
Дата:
Сообщение: wrong information about unlimied size of text field?