From: Peter Eisentraut Date: Tue, 4 Jul 2017 03:37:53 +0000 (-0400) Subject: Document how logical replication deals with statement triggers X-Git-Tag: XL_10_R1BETA1~229^2~33 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=012d83f57aff973a73214262f3d87105786e3500;p=postgres-xl.git Document how logical replication deals with statement triggers Reported-by: Константин Евтеев Bug: #14699 --- 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