ADD/DROP CONSTRAINT and inheritance - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject ADD/DROP CONSTRAINT and inheritance
Date
Msg-id ECEHIKNFIMMECLEBJFIGMEJPCAAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to RE: DROP CONSTRAINT patch  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: ADD/DROP CONSTRAINT and inheritance  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-hackers
For the add/drop constraint clauses would it be an idea to change the syntax
to:

ALTER TABLE [ ONLY ] x ADD CONSTRAINT x;
ALTER TABLE [ ONLY ] x DROP CONSTRAINT x;

So that people can specify whether the constraint should be inherited or
not?

Chris



pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Plans for solving the VACUUM problem
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Plans for solving the VACUUM problem