Fixes for checking unique constraints on RI creation

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Fixes for checking unique constraints on RI creation
Date: 2000-12-05 17:38:46
Message-ID: Pine.BSF.4.21.0012050935270.72606-200000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

Attachment Content-Type Size
patch text/plain 8.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Ian Lance Taylor 2000-12-05 18:00:50 Re: darwin pgsql patches
Previous Message Tom Lane 2000-12-05 17:28:59 Re: darwin pgsql patches