File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3096,7 +3096,7 @@ include_dir 'conf.d'
3096
3096
in this list, and
3097
3097
that are both currently connected and streaming data in real-time
3098
3098
(as shown by a state of <literal>streaming</literal> in the
3099
- <link linkend="monitoring-stats-views-table ">
3099
+ <link linkend="pg-stat-replication-view ">
3100
3100
<literal>pg_stat_replication</></link> view).
3101
3101
Specifying more than one synchronous standby can allow for very high
3102
3102
availability and protection against data loss.
@@ -3344,7 +3344,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
3344
3344
Specifies the minimum frequency for the WAL receiver
3345
3345
process on the standby to send information about replication progress
3346
3346
to the primary or upstream standby, where it can be seen using the
3347
- <link linkend="monitoring-stats-views-table ">
3347
+ <link linkend="pg-stat-replication-view ">
3348
3348
<literal>pg_stat_replication</></link> view. The standby will report
3349
3349
the last write-ahead log location it has written, the last position it
3350
3350
has flushed to disk, and the last position it has applied.
Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
890
890
</para>
891
891
<para>
892
892
You can retrieve a list of WAL sender processes via the
893
- <link linkend="monitoring-stats-views-table ">
893
+ <link linkend="pg-stat-replication-view ">
894
894
<literal>pg_stat_replication</></link> view. Large differences between
895
895
<function>pg_current_wal_lsn</> and the view's <literal>sent_lsn</> field
896
896
might indicate that the master server is under heavy load, while
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
3743
3743
-->
3744
3744
<para>
3745
3745
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>
3747
3747
to report replication delay times (Thomas Munro)
3748
3748
</para>
3749
3749
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
9667
9667
<listitem>
9668
9668
<para>
9669
9669
Add system view <link
9670
- linkend="monitoring-stats-views-table "><structname>pg_stat_replication</></link>
9670
+ linkend="pg-stat-replication-view "><structname>pg_stat_replication</></link>
9671
9671
which displays activity of <acronym>WAL</> sender processes (Itagaki
9672
9672
Takahiro, Simon Riggs)
9673
9673
</para>
Original file line number Diff line number Diff line change @@ -6911,7 +6911,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
6911
6911
-->
6912
6912
<para>
6913
6913
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>
6915
6915
system view's <structfield>sent</structfield> field is now NULL, not zero, when
6916
6916
it has no valid value (Magnus Hagander)
6917
6917
</para>
You can’t perform that action at this time.
0 commit comments