Re: Modifying a foreign key constraint? - Mailing list pgsql-general

From Richard Broersma Jr
Subject Re: Modifying a foreign key constraint?
Date
Msg-id 908079.27561.qm@web31808.mail.mud.yahoo.com
Whole thread Raw
In response to Re: Modifying a foreign key constraint?  (Marc Branchaud <marcnarc@x2omedia.com>)
List pgsql-general
> I was wondering if there might be something along the lines of an ALTER
> CONSTRAINT clause, which could change a specific aspect of a constraint
> without having to re-specify the whole thing.

As you see from this link:
http://www.postgresql.org/docs/8.2/interactive/sql-commands.html

There is no alter constraint command.

However for the Alter table syntax this link shows pretty much all you can do:
http://www.postgresql.org/docs/8.2/interactive/sql-altertable.html

Regards,
Richard Broersma Jr.

pgsql-general by date:

Previous
From: Marc Branchaud
Date:
Subject: Re: Modifying a foreign key constraint?
Next
From: "Brian Wong"
Date:
Subject: Re: ldap auth problem