Re: Disabling triggers on a relation. - Mailing list pgsql-admin

From Jack Flak
Subject Re: Disabling triggers on a relation.
Date
Msg-id fcsH9.6251$uD.213839040@newssvr21.news.prodigy.com
Whole thread Raw
In response to Disabling triggers on a relation.  ("Rajesh Kumar Mallah." <mallah@trade-india.com>)
List 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.


pgsql-admin by date:

Previous
From: Dustin Sallings
Date:
Subject: Re: [HACKERS] how to alter sequence.
Next
From:
Date:
Subject: Mirror / Clustering Postgresql