how to create a non-inherited CHECK constraint in CREATE TABLE

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: how to create a non-inherited CHECK constraint in CREATE TABLE
Date: 2012-01-17 16:59:57
Message-ID: 1326819597.2820.3.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It appears that the only way to create a non-inherited CHECK constraint
is using ALTER TABLE. Is there no support in CREATE TABLE planned?
That looks a bit odd.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-17 17:06:04 Re: Should I implement DROP INDEX CONCURRENTLY?
Previous Message Alvaro Herrera 2012-01-17 16:54:49 Re: logging in high performance systems.