CREATE TABLE docs fix - Mailing list pgsql-patches

From Neil Conway
Subject CREATE TABLE docs fix
Date
Msg-id 87elcew353.fsf@mailbox.samurai.com
Whole thread Raw
Responses 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>)
List 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

Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: revised patch for PL/PgSQL table functions
Next
From: Rod Taylor
Date:
Subject: Re: CREATE TABLE docs fix