Re: How to tell if a trigger is disabled - Mailing list pgsql-general

From Tom Lane
Subject Re: How to tell if a trigger is disabled
Date
Msg-id 27407.1218848374@sss.pgh.pa.us
Whole thread Raw
In response to How to tell if a trigger is disabled  ("Ian Harding" <harding.ian@gmail.com>)
Responses Re: How to tell if a trigger is disabled  ("Ian Harding" <harding.ian@gmail.com>)
List pgsql-general
"Ian Harding" <harding.ian@gmail.com> writes:
> Is there any way to tell if a trigger or triggers are disabled on a
> table?  I was updating some data a week or two ago and must have
> forgotten to re-enable the triggers.  Took me a little while to figure
> out.  \d tablename didn't tell me, nor did \d+ tablename.

> This is on 8.2.3.

FWIW, 8.3's psql knows about showing this in \dt.

            regards, tom lane

pgsql-general by date:

Previous
From: "Ian Harding"
Date:
Subject: How to tell if a trigger is disabled
Next
From: Tom Lane
Date:
Subject: Re: Re: pg_restore fails on Windows