does the notification of postgres appear in transaction completed order

From: abctevez <swqshapu(at)163(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: does the notification of postgres appear in transaction completed order
Date: 2018-03-16 13:42:20
Message-ID: 3bc63b9d.f064.1622f0c0a46.Coremail.swqshapu@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I want to use notify/listen to catch the message that a transaction completed.Fire notify in trigger and as the official said, it won't notify if transaction rollback.However, I am wondering if the message appear in the same order with transaction execution.I couldn't find this topic on the official web or just I missed it?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2018-03-16 14:57:19 Re: does the notification of postgres appear in transaction completed order
Previous Message Jason Aleski 2018-03-10 02:15:47 Trouble with single trigger using UUID as key, should I use two triggers?