Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?

From: Ian Barwick <barwick(at)gmx(dot)net>
To: Robert <robert(at)robert(dot)cz>, pgsql-general(at)postgresql(dot)org
Subject: Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?
Date: 2003-07-02 10:35:45
Message-ID: 200307021235.45521.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-07-02 10:39:02 Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?
Previous Message Robert 2003-07-02 10:14:34 Re: URGENT: How to change ON CASCADE RESTRICT to DELETE?