Re: Triggers on transaction? - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Triggers on transaction?
Date
Msg-id 55659F95.9060206@joh.to
Whole thread Raw
In response to Triggers on transaction?  (Jordan Gigov <coladict@gmail.com>)
Responses Re: Triggers on transaction?  (Jordan Gigov <coladict@gmail.com>)
Re: Triggers on transaction?  (Andreas Joseph Krogh <andreas@visena.com>)
List pgsql-hackers
On 5/27/15 12:39 PM, Jordan Gigov wrote:
> I found myself in need of triggers that are run only once per transaction,
> rather than per row or statement within the transaction. Meaning it will
> always be deferred and never called twice for the same transaction.

What's the use case?


.m



pgsql-hackers by date:

Previous
From: Jordan Gigov
Date:
Subject: Triggers on transaction?
Next
From: Amit Kapila
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.