diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index a7ec5c35776..d2c6e155662 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -400,7 +400,10 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU
pg_stat_replication
view provide information about the current state of replication slots and
streaming replication connections respectively. These views apply to both physical and
- logical replication.
+ logical replication. The
+
+ pg_stat_replication_slots
+ view provides statistics information about the logical replication slots.