Re: Fix for FK not finding columns when PK is defined

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: Fix for FK not finding columns when PK is defined
Date: 2000-09-25 12:45:02
Message-ID: 200009251245.IAA03054@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Applied.

>
> This effectively one line patch should fix the fact that
> foreign key definitions in create table were erroring if
> a primary key was defined. I was using the columns
> list to get the columns of the table for comparison, but
> it got reused as a temporary list inside the primary key
> stuff.
>
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-09-25 12:53:02 Re: Minor patch to C++ large object interface (cures two ills)
Previous Message Bruce Momjian 2000-09-25 12:43:02 Re: Unbreak plperl building