Re: Invoke trigger after commit - Mailing list pgsql-general

From Sim Zacks
Subject Re: Invoke trigger after commit
Date
Msg-id f1v10b$16nj$1@news.hub.org
Whole thread Raw
In response to Invoke trigger after commit  (Jan Strube <js@deriva.de>)
List pgsql-general
Use a Listen/Notify daemon application and put the Notify on the last line of the transaction.
If it does the notify that means that the transaction was completed successfully.

Sim

Jan Strube wrote:
> Hi,
>
> is there a way to invoke a trigger only if the current transaction is
> committed?
> The problem is that my trigger does some kind of logging outside the
> database and therefore must not be invoked if the transaction is rolled
> back.
>
> Thanks in advance
> Jan
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>

pgsql-general by date:

Previous
From: "Alexander Staubo"
Date:
Subject: Re: Invoke trigger after commit
Next
From: David Gagnon
Date:
Subject: how to convert a string array to a string. fct array_to_string seem to work only for INT array??