pgsql/src/test/regress/sql (foreign_key.sql alter_table.sql)

Started by Tom Laneover 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Date: Tuesday, December 5, 2000 @ 14:57:56
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/sql
from hub.org:/home/projects/pgsql/tmp/cvs-serv26076/test/regress/sql

Modified Files:
foreign_key.sql alter_table.sql

----------------------------- Log Message -----------------------------

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.