File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3123,7 +3123,7 @@ include_dir 'conf.d'
31233123 in this list, and
31243124 that are both currently connected and streaming data in real-time
31253125 (as shown by a state of <literal>streaming</literal> in the
3126- <link linkend="monitoring-stats-views-table ">
3126+ <link linkend="pg-stat-replication-view ">
31273127 <literal>pg_stat_replication</literal></link> view).
31283128 Specifying more than one synchronous standby can allow for very high
31293129 availability and protection against data loss.
@@ -3371,7 +3371,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
33713371 Specifies the minimum frequency for the WAL receiver
33723372 process on the standby to send information about replication progress
33733373 to the primary or upstream standby, where it can be seen using the
3374- <link linkend="monitoring-stats-views-table ">
3374+ <link linkend="pg-stat-replication-view ">
33753375 <literal>pg_stat_replication</literal></link> view. The standby will report
33763376 the last write-ahead log location it has written, the last position it
33773377 has flushed to disk, and the last position it has applied.
Original file line number Diff line number Diff line change @@ -3743,7 +3743,7 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
37433743-->
37443744 <para>
37453745 Add columns to <link
3746- linkend="monitoring-stats-views-table "><structname>pg_stat_replication</structname></link>
3746+ linkend="pg-stat-replication-view "><structname>pg_stat_replication</structname></link>
37473747 to report replication delay times (Thomas Munro)
37483748 </para>
37493749
Original file line number Diff line number Diff line change @@ -9667,7 +9667,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
96679667 <listitem>
96689668 <para>
96699669 Add system view <link
9670- linkend="monitoring-stats-views-table "><structname>pg_stat_replication</structname></link>
9670+ linkend="pg-stat-replication-view "><structname>pg_stat_replication</structname></link>
96719671 which displays activity of <acronym>WAL</acronym> sender processes (Itagaki
96729672 Takahiro, Simon Riggs)
96739673 </para>
Original file line number Diff line number Diff line change @@ -6911,7 +6911,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
69116911-->
69126912 <para>
69136913 The <link
6914- linkend="monitoring-stats-views-table "><structname>pg_stat_replication</structname></link>
6914+ linkend="pg-stat-replication-view "><structname>pg_stat_replication</structname></link>
69156915 system view's <structfield>sent</structfield> field is now NULL, not zero, when
69166916 it has no valid value (Magnus Hagander)
69176917 </para>
You can’t perform that action at this time.
0 commit comments