Re: Drop constraint in PostgreSQL 7.1.2

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Vilson farias <vilson(dot)farias(at)digitro(dot)com(dot)br>
Cc: <pgsql-general(at)postgresql(dot)org>, SIMONE Carla MOSENA <simone(dot)mosena(at)digitro(dot)com(dot)br>
Subject: Re: Drop constraint in PostgreSQL 7.1.2
Date: 2003-02-03 17:55:55
Message-ID: 20030203095532.P90968-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mon, 3 Feb 2003, Vilson farias wrote:

> How can I drop a referencial integrity constraint in 7.1.2 once there
> are no such thing before 7.2 release? Can I just execute DROP TRIGGERs
> to get constraints dropped?

Yes, although you have to remember to drop all three triggers for the
constraint.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-02-03 17:59:12 Re: 335 times faster (!)
Previous Message Stephan Szabo 2003-02-03 17:55:29 Re: 335 times faster (!)