From 012d83f57aff973a73214262f3d87105786e3500 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 3 Jul 2017 23:37:53 -0400 Subject: [PATCH] Document how logical replication deals with statement triggers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: Константин Евтеев Bug: #14699 --- doc/src/sgml/logical-replication.sgml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 6576272458..fa0bb56b7b 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -429,6 +429,13 @@ and constraints. + + The logical replication apply process currently only fires row triggers, + not statement triggers. The initial table synchronization, however, is + implemented like a COPY command and thus fires both row + and statement triggers for INSERT. + + Initial Snapshot -- 2.40.0