Re: COMMIT notification

From: Viacheslav N Tararin <taras(at)dekasoft(dot)com(dot)ua>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: COMMIT notification
Date: 2003-02-12 08:34:49
Message-ID: 3E4A0729.6080107@dekasoft.com.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane пишет:

>Viacheslav N Tararin <taras(at)dekasoft(dot)com(dot)ua> writes:
>
>
>>How I can get notification inside database about transaction commiting?
>>
>>
>
>Um ... what entity, exactly, are you desiring to notify? The
>LISTEN/NOTIFY mechanism might work for this. Or not. I'm not sure
>what you need to do.
>
>
I need to send in my MOM information about fixed transaction.
NOTIFY work, message will send on statement execution, but transaction
may be rolledback later.

Can I tune NOTIFICATION engine to delay messages until transaction
commit and discard notification when rollback?

Thanks

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephane Schildknecht 2003-02-12 09:36:03 Postgresql Partnership
Previous Message Tom Lane 2003-02-12 08:27:40 Re: COMMIT notification