Re: Modifying a foreign key constraint?

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: Marc Branchaud <marcnarc(at)x2omedia(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Modifying a foreign key constraint?
Date: 2007-02-09 18:33:19
Message-ID: 908079.27561.qm@web31808.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brian Wong 2007-02-09 19:40:08 Re: ldap auth problem
Previous Message Marc Branchaud 2007-02-09 18:20:09 Re: Modifying a foreign key constraint?