From Stephan Szabo:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 981a7d32d1326325caefa3e22df090e48f54cc6c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-05T19:57:56Z
Releases: 7.1.1
From Stephan Szabo:
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.

Files