From Stephan Szabo:
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Dec 2000 19:57:56 +0000 (19:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Dec 2000 19:57:56 +0000 (19:57 +0000)
commit981a7d32d1326325caefa3e22df090e48f54cc6c
treefe6d1347a00c32f2da5f6fe98df76ff90c7d09f3
parent5ce8ab96f5ba00c061340c26e998f7a272455f6f
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.
src/backend/commands/command.c
src/backend/parser/analyze.c
src/test/regress/expected/alter_table.out
src/test/regress/expected/foreign_key.out
src/test/regress/sql/alter_table.sql
src/test/regress/sql/foreign_key.sql