diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 88646bc859..5ff37a2018 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -465,9 +465,13 @@
The apply process on the subscriber database always runs with
- session_replication_role set
- to replica, which produces the usual effects on triggers
- and constraints.
+ session_replication_role
+ set to replica. This means that, by default,
+ triggers and rules will not fire on a subscriber. Users can optionally choose to
+ enable triggers and rules on a table using the
+ ALTER TABLE command
+ and the ENABLE TRIGGER and ENABLE RULE
+ clauses.