How to tell if a trigger is disabled

From: "Ian Harding" <harding(dot)ian(at)gmail(dot)com>
To: "General PostgreSQL List" <pgsql-general(at)postgresql(dot)org>
Subject: How to tell if a trigger is disabled
Date: 2008-08-15 23:35:10
Message-ID: 725602300808151635v477807dfqb8b1e1a3b35a87da@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Thanks,

- Ian

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-08-16 00:59:34 Re: How to tell if a trigger is disabled
Previous Message Christophe 2008-08-15 21:39:26 Re: plpgsql functions