Re: how to create a non-inherited CHECK constraint in CREATE TABLE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: how to create a non-inherited CHECK constraint in CREATE TABLE
Date
Msg-id 29989.1334174082@sss.pgh.pa.us
Whole thread Raw
In response to Re: how to create a non-inherited CHECK constraint in CREATE TABLE  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: how to create a non-inherited CHECK constraint in CREATE TABLE  (Nikhil Sontakke <nikkhils@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> +1 for fixing up the syntax before 9.2 goes out the door.  I think the
> original syntax was misguided to begin with.

Well, it was fine in isolation, but once you consider how to make CREATE
TABLE do this too, it's hard to avoid the conclusion that you need to
attach the modifier to the CHECK constraint not the ALTER TABLE command.

> CHECK NO INHERIT sounds fine to me; will that display ALTER TABLE ONLY
> x as the one true way of doing this?

s/display/displace/, I think you meant?  Yeah, that's what I understand
the proposal to be.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: how to create a non-inherited CHECK constraint in CREATE TABLE
Next
From: Peter Eisentraut
Date:
Subject: Re: man pages for contrib programs