From 0c6b92d9c6fb74255467573fde54f65139b26603 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Tue, 25 May 2021 10:51:45 +0530 Subject: [PATCH] Doc: Update logical decoding stats information. 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.ldebgpdaxsowiflw@alap3.anarazel.de --- doc/src/sgml/logicaldecoding.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.5