Doc: Update logical decoding stats information.
authorAmit Kapila
Tue, 25 May 2021 05:21:45 +0000 (10:51 +0530)
committerAmit Kapila
Tue, 25 May 2021 05:21:45 +0000 (10:51 +0530)
Add the information of pg_stat_replication_slots view along with other
system catalogs related to logical decoding.

Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/20210319185247[email protected]

doc/src/sgml/logicaldecoding.sgml

index a7ec5c35776783f7985b9bc19ffc8b0f22d473da..d2c6e155662577ef03a8381dbcb34ab9362e9bad 100644 (file)
@@ -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.