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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fix for FK not finding columns when PK is defined
Дата
Msg-id 200009251245.IAA03054@candle.pha.pa.us
обсуждение исходный текст
Ответ на Fix for FK not finding columns when PK is defined  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: binary operators on integers
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Unbreak plperl building