CREATE TABLE docs fix

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: CREATE TABLE docs fix
Date: 2002-09-01 08:00:24
Message-ID: 87elcew353.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

Attachment Content-Type Size
create_table_docs.patch text/x-patch 943 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-09-01 12:53:27 Re: CREATE TABLE docs fix
Previous Message Neil Conway 2002-09-01 07:44:19 Re: revised patch for PL/PgSQL table functions