Fix for FK not finding columns when PK is defined

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Fix for FK not finding columns when PK is defined
Дата
Msg-id Pine.BSF.4.10.10009171255500.44482-200000@megazone23.bigpanda.com
обсуждение исходный текст
Ответы Re: Fix for FK not finding columns when PK is defined
Список 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.


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: Small SSL-related patch...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Small SSL-related patch...