Somewhat happier alter table add <check table constraint>

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Somewhat happier alter table add <check table constraint>
Date: 2000-07-13 16:07:51
Message-ID: Pine.BSF.4.10.10007130903570.42085-200000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


This should be a slighly more complete patch for commands/command.c
AlterTableAddConstraint. The major changes from the last patch
are that it should hopefully check for references to temp tables
(not in the shadow case, but at defination time) from permanent tables in
foreign keys and refuse them and that it doesn't allow the table(s)
being constrained to be views (because those cases don't currently
work).

Stephan Szabo
sszabo(at)bigpanda(dot)com

Attachment Content-Type Size
atac.patch text/plain 7.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Ross J. Reedstrom 2000-07-14 20:27:37 [PATCHES] PgAccess schema-diagram cleanup
Previous Message Bruce Momjian 2000-07-12 18:04:03 Re: minor patch for AIX