Re: alter table, add foreign key constraint

Поиск
Список
Период
Сортировка
От
Тема Re: alter table, add foreign key constraint
Дата
Msg-id Pine.LNX.4.10.10010161048130.1185-100000@chapelperilous.net
обсуждение исходный текст
Ответ на alter table, add foreign key constraint  (mkennedy@hssinc.com (Matthew Kennedy))
Список pgsql-general
On Tue, 17 Oct 2000, Matthew Kennedy wrote:

> Is it possible to perform an alter table with add foreign key constraint
> in PostgreSQL? We are trying to support multiple DBMS in our project by
> keeping to a common, compatible denominator. Oracle, supports such a
> construct. Does (or might) PostgreSQL support this feature?

Yes...

ALTER TABLE <table> ADD <constraint definition>

Brett W. McCoy
                                              http://www.chapelperilous.net
---------------------------------------------------------------------------
Stealing a rhinoceros should not be attempted lightly.


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

Предыдущее
От: mkennedy@hssinc.com (Matthew Kennedy)
Дата:
Сообщение: alter table, add foreign key constraint
Следующее
От: Travis Bauer
Дата:
Сообщение: Re: web programming