Re: alter table, add foreign key constraint - Mailing list pgsql-general

From
Subject Re: alter table, add foreign key constraint
Date
Msg-id Pine.LNX.4.10.10010161048130.1185-100000@chapelperilous.net
Whole thread Raw
In response to alter table, add foreign key constraint  (mkennedy@hssinc.com (Matthew Kennedy))
List 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 by date:

Previous
From: mkennedy@hssinc.com (Matthew Kennedy)
Date:
Subject: alter table, add foreign key constraint
Next
From: Travis Bauer
Date:
Subject: Re: web programming