Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1ewpx3-0000Ls-Sl for pgsql-sql@arkaria.postgresql.org; Fri, 16 Mar 2018 14:03:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ewpx1-0005nO-Ut for pgsql-sql@arkaria.postgresql.org; Fri, 16 Mar 2018 14:03:19 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1ewpcw-0000ci-DS for pgsql-sql@lists.postgresql.org; Fri, 16 Mar 2018 13:42:35 +0000 Received: from m13-69.163.com ([220.181.13.69]) by makus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ewpcp-0004bl-CE for pgsql-sql@postgresql.org; Fri, 16 Mar 2018 13:42:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Date:From:Subject:MIME-Version:Message-ID; bh=iE94S aLouwcoWlrC7P4iMYxK5Nx8rqTfLu+I8qeKVJA=; b=fmViH8aAh2eBIsi8lMdC5 ZdvtN3vZXt8lbfqZLOt/DAuUA0xWzGm5cucjagy34cLzrNv8jmhYuI36DZ9uKfVE Ged5BX+TmU6I6RvqWZ5H2zKSg+1f2D4QJoYHHQr7fegncZF7/naCw4LLj7CFR57l fS3LkV7mMdgRHSDaRGJI7E= Received: from swqshapu$163.com ( [122.13.158.26] ) by ajax-webmail-wmsvr69 (Coremail) ; Fri, 16 Mar 2018 21:42:20 +0800 (CST) X-Originating-IP: [122.13.158.26] Date: Fri, 16 Mar 2018 21:42:20 +0800 (CST) From: abctevez To: pgsql-sql@postgresql.org Subject: does the notification of postgres appear in transaction completed order X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20160729(86883.8884) Copyright (c) 2002-2018 www.mailtech.cn 163com X-CM-CTRLDATA: NYbtr2Zvb3Rlcl9odG09NjczOjU2 Content-Type: multipart/alternative; boundary="----=_Part_226559_1855038574.1521207740998" MIME-Version: 1.0 Message-ID: <3bc63b9d.f064.1622f0c0a46.Coremail.swqshapu@163.com> X-Coremail-Locale: zh_CN X-CM-TRANSID: RcGowACXn+e9yatab4x8AA--.6582W X-CM-SenderInfo: pvzt2xxdsxqiywtou0bp/1tbiLAkKxFXlnrSv-wACsj X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk ------=_Part_226559_1855038574.1521207740998 Content-Type: text/plain; charset=GBK Content-Transfer-Encoding: 7bit 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? ------=_Part_226559_1855038574.1521207740998 Content-Type: text/html; charset=GBK Content-Transfer-Encoding: 7bit
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?


 

------=_Part_226559_1855038574.1521207740998--