diff options
-rw-r--r-- | doc/src/sgml/logical-replication.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 6576272458e..fa0bb56b7bf 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -429,6 +429,13 @@ and constraints. </para> + <para> + The logical replication apply process currently only fires row triggers, + not statement triggers. The initial table synchronization, however, is + implemented like a <command>COPY</command> command and thus fires both row + and statement triggers for <command>INSERT</command>. + </para> + <sect2 id="logical-replication-snapshot"> <title>Initial Snapshot</title> <para> |