Re: Adding Foreign Key Constraint To Existing Table

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Adding Foreign Key Constraint To Existing Table
Дата
Msg-id alpine.LNX.2.00.1107011438430.31349@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Adding Foreign Key Constraint To Existing Table  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On Fri, 1 Jul 2011, Joshua D. Drake wrote:

> alter table bar add foreign key (id) references foo(id);

   Thanks, Josh. I was close, but not exact.

Rich

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Adding Foreign Key Constraint To Existing Table
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Adding Foreign Key Constraint To Existing Table