Fix for FK not finding columns when PK is defined - Mailing list pgsql-patches

From Stephan Szabo
Subject Fix for FK not finding columns when PK is defined
Date
Msg-id Pine.BSF.4.10.10009171255500.44482-200000@megazone23.bigpanda.com
Whole thread Raw
Responses Re: Fix for FK not finding columns when PK is defined
List 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

pgsql-patches by date:

Previous
From: "Dominic J. Eidson"
Date:
Subject: Re: Small SSL-related patch...
Next
From: Peter Eisentraut
Date:
Subject: Re: Small SSL-related patch...