diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index dd0bde23cee..bc3f5ec78d0 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -1462,9 +1462,13 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER
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.