Re: Add Primary/Foreign Key in 7.3.2 - Mailing list pgsql-general

From Melanie Bergeron
Subject Re: Add Primary/Foreign Key in 7.3.2
Date
Msg-id 3FE766AD.6090207@globeecom.com
Whole thread Raw
In response to Add Primary/Foreign Key in 7.3.2  ("Brian C. Doyle" <bdoyle@umpa-us.com>)
List pgsql-general
You can do this by doing
ALTER TABLE mytable
    ADD CONSTRAINT myconstraint FOREIGN KEY (table_id) REFERENCES
myothertable(table_id);

Melanie


Brian C. Doyle wrote:

> Hello all,
>
> I was wondering if there is any way to add a primary and/or foreign
> keys to existing tables in 7.3.2
>
>
> ------------------------------------------------------------------------
>
> Brian C. Doyle
> Director, Internet Services
> United Merchant Processing Association
> http://www.umpa-us.com
> 1-800-555-9665 ext 212




pgsql-general by date:

Previous
From: Melanie Bergeron
Date:
Subject: CHECK versus a Table for an enumeration
Next
From: Oliver Elphick
Date:
Subject: Re: restoring database