Fix for alter table add constraint inheritance

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Fix for alter table add constraint inheritance
Date: 2001-05-29 16:16:10
Message-ID: Pine.BSF.4.21.0105290913180.307-300000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


These patches should fix check constraints not inheriting
when added by alter table add constraint. The first file
patches backend/commands/command.c and the latter is a patch
to the alter table regression test.

Attachment Content-Type Size
atacc_inh.patch text/plain 1.8 KB
test.patch text/plain 6.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-05-29 16:26:24 Re: Patch to remove sort files, temp tables, unreferenced files
Previous Message Don Baccus 2001-05-29 15:57:54 Re: [HACKERS] Support for %TYPE in CREATE FUNCTION