Re: Disabling triggers on a relation.

From: Jack Flak <jack(at)flak(dot)nospam(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Disabling triggers on a relation.
Date: 2002-12-04 18:55:07
Message-ID: fcsH9.6251$uD.213839040@newssvr21.news.prodigy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings Raj,

I found this to be helpful:
SELECT tgname, tgenabled AS tf, tgconstrname FROM pg_trigger ;

Rajesh Kumar Mallah. wrote:

> Hi ,
>
> What is the correct method of temporarily
> disabling all triggers from a table?
>
>
> also is there any command/function to show the
> trigger defination ? like pg_index_def does for indexes?
>
>
> regds
> mallah.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Dan Langille 2002-12-04 20:14:48 Re: URGENT: undoing a mistake
Previous Message Bruce Momjian 2002-12-04 18:27:07 Re: how to cancel a query ?