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
This commit is contained in:
parent
0734b0e983
commit
0c6b92d9c6
@ -400,7 +400,10 @@ postgres=# select * from pg_logical_slot_get_changes('regression_slot', NULL, NU
|
||||
<structname>pg_stat_replication</structname></link>
|
||||
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
|
||||
<link linkend="monitoring-pg-stat-replication-slots-view">
|
||||
<structname>pg_stat_replication_slots</structname></link>
|
||||
view provides statistics information about the logical replication slots.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user