Fix for FK not finding columns when PK is defined

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Fix for FK not finding columns when PK is defined
Date: 2000-09-17 20:06:39
Message-ID: Pine.BSF.4.10.10009171255500.44482-200000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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.

Attachment Content-Type Size
analyze_patch text/plain 663 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-09-18 08:55:50 Re: Small SSL-related patch...
Previous Message Dominic J. Eidson 2000-09-17 15:26:47 Re: Small SSL-related patch...