Re: More FK constraint stuff

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: More FK constraint stuff
Date: 2000-08-29 04:21:13
Message-ID: 200008290421.AAA12636@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Applied. Thanks.

>
> This is mostly the same as an earlier patch I
> didn't hear anything about, but which would
> have broken with the function manager changes
> anyway.
>
> Well, this patch checks that a unique constraint
> of some form (unique or pk) is on the referenced
> columns of an FK constraint and that the columns
> in the referencing table exist at creation time.
> The former is to move closer to SQL compatibility
> and the latter is in answer to a bug report.
> I also added a basic check of this functionality
> to the alter table and foreign key regression
> tests.
>
> Stephan Szabo
> sszabo(at)bigpanda(dot)com
Content-Description:

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-08-29 04:43:06 Re: to_char's ISO week
Previous Message Bruce Momjian 2000-08-29 04:15:40 Re: [PATCHES] RE: Access PostgreSQL server via SSL/Internet