Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Neil Conway <neilc@samurai.com>
Cc: Hackers <pgsql-hackers@postgresql.org>
Date: 2005-12-29T07:14:03Z
Lists: pgsql-hackers
> Why? SERIAL implies NOT NULL (although PRIMARY KEY does as well, of > course). Ah yes you're right. I mixed up with the fact that SERIAL no longer implies UNIQUE... Chris