disable/enable trigger and transaction

From: Peter Billen <peter(at)clueless(dot)be>
To: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: disable/enable trigger and transaction
Date: 2008-11-16 12:39:19
Message-ID: 49201477.7020506@clueless.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Is the instruction 'ALTER TABLE x ENABLE/DISABLE TRIGGER y' part of the
current transaction? That is, say that there are two ongoing
transactions, T1 and T2. Is the trigger y still enabled in transaction
T2 if it's disabled in transaction T1?

Thanks in advance. Kind regards,

Peter

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Taha Ozket 2008-11-16 13:14:19 LDAP
Previous Message Michelle Konzack 2008-11-16 10:52:47 Re: Database access over the Internet...