Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Cc: Hackers <pgsql-hackers@postgresql.org>
Date: 2005-12-29T07:01:50Z
Lists: pgsql-hackers
Christopher Kings-Lynne wrote:
> I hope you mean 'redundant with "PRIMARY KEY" in example'...

Why? SERIAL implies NOT NULL (although PRIMARY KEY does as well, of course).

-Neil