Re: Disabling triggers in a transaction

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: Terry Lee Tucker <terry(at)esc1(dot)com>
Subject: Re: Disabling triggers in a transaction
Date: 2005-03-04 02:28:22
Message-ID: 4227C7C6.8070704@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Terry Lee Tucker wrote:
> Tom,
>
> Do you feel this is a safe method for disabling triggers in the rare cases
> where one finds that it is prudent to do that? Do you think that the column,
> "reltriggers", is permanent fixture in pg_class? What is your advice on this?

I'd be quite interested in this as well. Can one depend on this column
in the future? Even if not, as long as one verifies it still exists, is
this a viable option for trigger control within a transaction?

(This guy Tucker comes up with some interesting stuff...) :)

--
Until later, Geoffrey

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexandre da Siva 2005-03-04 12:14:06 Blob Fields
Previous Message Matthew Schumacher 2005-03-03 23:58:51 Running queries or functions stored in a table.