pgsql: Doc: Update logical decoding stats information.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Update logical decoding stats information.
Date: 2021-05-25 05:26:36
Message-ID: E1llPaO-0006wL-CH@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c6b92d9c6fb74255467573fde54f65139b26603

Modified Files
--------------
doc/src/sgml/logicaldecoding.sgml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-05-25 05:27:51 pgsql: Fix memory leak when de-toasting compressed values in VACUUM FUL
Previous Message Amit Kapila 2021-05-25 04:12:32 pgsql: Improve docs and error messages for parallel vacuum.