mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
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. Neil Conway