URGENT: How to change ON CASCADE RESTRICT to DELETE?

From: Robert <robert(at)robert(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: URGENT: How to change ON CASCADE RESTRICT to DELETE?
Date: 2003-07-02 07:13:59
Message-ID: 3F028637.4080202@robert.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

how can I change ON CASCADE RESTRICT to ON CASCADE DELETE? I need to
do it on my production database now (client is really complaining...)
and I dont see any DROP CONSTRAINT in the docs - whats the right and/or
simplest way? Thanks a lot

- Robert

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Christian Imbeault 2003-07-02 07:19:10 Re: Duplicate key insert question
Previous Message Nigel J. Andrews 2003-07-02 07:13:49 Re: Duplicate key insert question