Re: psql question

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>, "Charles Hauser" <chauser(at)acpub(dot)duke(dot)edu>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: psql question
Date: 2002-03-08 02:31:31
Message-ID: GNELIHDDFBOCMGBFGEFOCEKNCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> Unfortunately, I do not know the syntax for ALTER CONSTRAINT ...
> FORIEGN KEY .... Post it as a question to the list.

ALTER TABLE foo ADD FOREIGN KEY (field) REFERENCES table(field);

Chris

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Carlo Florendo 2002-03-08 06:57:10 URGENT! VIRUS ALERT
Previous Message Bruce Momjian 2002-03-08 01:29:49 Re: ERROR (Bug?) in RULE processing ?