Re: Fixes for checking unique constraints on RI creation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Fixes for checking unique constraints on RI creation
Date: 2000-12-05 19:59:16
Message-ID: 23301.976046356@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> writes:
> I believe this should fix the issue that Philip Warner
> noticed about the check for unique constraints meeting the
> referenced keys of a foreign key constraint allowing the
> specification of a subset of a foreign key instead of
> rejecting it. I also added tests for a base case of
> this to the foreign key and alter table tests and patches
> for expected output.

Applied.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-12-05 21:48:39 Re: darwin pgsql patches
Previous Message Tom Lane 2000-12-05 19:46:20 Re: darwin pgsql patches