From eac5887eba9a1b65480f4daae3df05b79ca3d0c3 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 3 Oct 2023 13:02:53 +1100 Subject: [PATCH v1] Change some monitoring linkends for consistency --- doc/src/sgml/logical-replication.sgml | 2 +- doc/src/sgml/monitoring.sgml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index fbf8ad6..f07842b 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -1725,7 +1725,7 @@ CONTEXT: processing remote data for replication origin "pg_16395" during "INSER The monitoring information about subscription is visible in - + pg_stat_subscription. This view contains one row for every subscription worker. A subscription can have zero or more active subscription workers depending on its state. diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 9c4930e..24e66e3 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -336,7 +336,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser pg_stat_recovery_prefetchpg_stat_recovery_prefetch Only one row, showing statistics about blocks prefetched during recovery. - See + See pg_stat_recovery_prefetch for details. @@ -345,7 +345,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser pg_stat_subscriptionpg_stat_subscription At least one row per subscription, showing information about the subscription workers. - See + See pg_stat_subscription for details. @@ -499,7 +499,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser pg_stat_subscription_statspg_stat_subscription_stats One row per subscription, showing statistics about errors. - See + See pg_stat_subscription_stats for details. @@ -1807,7 +1807,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage - + <structname>pg_stat_recovery_prefetch</structname> @@ -1953,14 +1953,14 @@ description | Waiting for a newly initialized WAL file to reach durable storage - + <structname>pg_stat_subscription</structname> pg_stat_subscription - +
<structname>pg_stat_subscription</structname> View @@ -2089,7 +2089,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage - + <structname>pg_stat_subscription_stats</structname> @@ -2101,7 +2101,7 @@ description | Waiting for a newly initialized WAL file to reach durable storage one row per subscription. -
+
<structname>pg_stat_subscription_stats</structname> View -- 1.8.3.1