Some Foreign Key fixes

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Some Foreign Key fixes
Date: 2000-07-30 20:44:19
Message-ID: Pine.BSF.4.10.10007301339460.14375-200000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


The attached patch should prevent definition of
foreign keys to referenced columns that are
not constrained with a unique constraint on
the referenced table, and also should fix the
recent report of being able to make a foreign
key constraint on columns that don't really
exist.

Attachment Content-Type Size
fk1.patch text/plain 11.7 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2000-08-04 14:39:28 to_ascii()
Previous Message Bruce Momjian 2000-07-27 19:49:07 Re: some pedantic ANSI C fixes