Re: URGENT: How to change ON CASCADE RESTRICT to DELETE? - Mailing list pgsql-general

From Ian Barwick
Subject Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?
Date
Msg-id 200307021235.45521.barwick@gmx.net
Whole thread Raw
In response to Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?  (Robert <robert@robert.cz>)
List pgsql-general
> ALTER TABLE seasons DROP CONSTRAINT $1;
>
> didn't work. Apparently I'm more then a bit confused, but what's the
> name of the constraint here?

ALTER TABLE seasons DROP CONSTRAINT "$1";


Ian Barwick
barwick@gmx.net


pgsql-general by date:

Previous
From: Robert
Date:
Subject: Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?