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

From: Janning Vygen <vygen(at)planwerk6(dot)de>
To: pgsql-docs(at)postgresql(dot)org
Subject: VERY SMALL DOC BUG: http://www.postgresql.org/idocs/index.php?sql-createtable.html
Date: 2002-09-03 15:12:59
Message-ID: 200209031512.g83FCx617971@janning.planwerk6.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2002-09-03 17:52:12 Re: PostgreSQL 7.2 Documentation
Previous Message Justin Clift 2002-09-03 13:05:52 Re: PostgreSQL papers