diff options
| author | Amit Kapila <akapila@postgresql.org> | 2021-10-01 08:31:41 +0530 |
|---|---|---|
| committer | Amit Kapila <akapila@postgresql.org> | 2021-10-01 08:31:41 +0530 |
| commit | 8de4a31720c2c2ce55f73f4af4b3cdc6cdcca225 (patch) | |
| tree | fd547b26644f915afb3ea69f740bde37c316a9f7 /doc/src | |
| parent | afc6081f6ea8fa053dafe14e609d1d8e885410f8 (diff) | |
Doc: Move pg_stat_replication_slots view to "Collected Statistics Views" section.
Commit 9868167500 added pg_stat_replication_slots view to monitor
ReorderBuffer stats but mistakenly added it under
"Dynamic Statistics Views" section in the docs whereas it belongs to
"Collected Statistics Views" section.
Author: Amit Kapila
Reviewed-by: Masahiko Sawada
Backpatch-through: 14, where it was introduced
Discussion: https://postgr.es/m/CAA4eK1Kb5ur=OC-G4cAsqPOjoVe+S8LNw1WmUY8Owasjk8o5WQ@mail.gmail.com
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/monitoring.sgml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 578b7d46cdd..15e51f92680 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -320,15 +320,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </row> <row> - <entry><structname>pg_stat_replication_slots</structname><indexterm><primary>pg_stat_replication_slots</primary></indexterm></entry> - <entry>One row per replication slot, showing statistics about - the replication slot's usage. - See <link linkend="monitoring-pg-stat-replication-slots-view"> - <structname>pg_stat_replication_slots</structname></link> for details. - </entry> - </row> - - <row> <entry><structname>pg_stat_wal_receiver</structname><indexterm><primary>pg_stat_wal_receiver</primary></indexterm></entry> <entry>Only one row, showing statistics about the WAL receiver from that receiver's connected server. @@ -627,6 +618,15 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser </entry> </row> + <row> + <entry><structname>pg_stat_replication_slots</structname><indexterm><primary>pg_stat_replication_slots</primary></indexterm></entry> + <entry>One row per replication slot, showing statistics about the + replication slot's usage. See + <link linkend="monitoring-pg-stat-replication-slots-view"> + <structname>pg_stat_replication_slots</structname></link> for details. + </entry> + </row> + </tbody> </tgroup> </table> |
