Re: problem with 'DROP TABLE' ..

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <mallah(at)trade-india(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: problem with 'DROP TABLE' ..
Date: 2003-02-14 20:17:30
Message-ID: 20030214121618.G66049-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


On Sat, 15 Feb 2003 mallah(at)trade-india(dot)com wrote:

> yep there is a mismatch .
> shud i delete the entries from pg_trigger to match reltriggers
> i am sure i dont' need those triggers.

Hmm, I was going to just say yes, but then realized that if any
of those are foreign key triggers, you'll need to drop both the
triggers on this table and the associated triggers on the other
table(s).

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message mallah 2003-02-14 20:46:10 Re: problem with 'DROP TABLE' ..
Previous Message mallah 2003-02-14 20:11:55 Re: problem with 'DROP TABLE' ..