ADD/DROP CONSTRAINT and inheritance

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Stephan Szabo" <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: ADD/DROP CONSTRAINT and inheritance
Date: 2001-05-23 03:21:35
Message-ID: ECEHIKNFIMMECLEBJFIGMEJPCAAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Raoul Callaghan 2001-05-23 03:47:06 anyone actively follow this group?
Previous Message Hiroshi Inoue 2001-05-23 03:05:23 Re: Plans for solving the VACUUM problem