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 @@ -3035,7 +3035,7 @@ include_dir 'conf.d'
3035
3035
earlier in this list, and
3036
3036
that are both currently connected and streaming data in real-time
3037
3037
(as shown by a state of <literal>streaming</literal> in the
3038
- <link linkend="monitoring-stats-views-table ">
3038
+ <link linkend="pg-stat-replication-view ">
3039
3039
<literal>pg_stat_replication</></link> view).
3040
3040
Other standby servers appearing later in this list represent potential
3041
3041
synchronous standbys. If any of the current synchronous
@@ -3244,7 +3244,7 @@ include_dir 'conf.d'
3244
3244
Specifies the minimum frequency for the WAL receiver
3245
3245
process on the standby to send information about replication progress
3246
3246
to the primary or upstream standby, where it can be seen using the
3247
- <link linkend="monitoring-stats-views-table ">
3247
+ <link linkend="pg-stat-replication-view ">
3248
3248
<literal>pg_stat_replication</></link> view. The standby will report
3249
3249
the last transaction log position it has written, the last position it
3250
3250
has flushed to disk, and the last position it has applied.
Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
861
861
</para>
862
862
<para>
863
863
You can retrieve a list of WAL sender processes via the
864
- <link linkend="monitoring-stats-views-table ">
864
+ <link linkend="pg-stat-replication-view ">
865
865
<literal>pg_stat_replication</></link> view. Large differences between
866
866
<function>pg_current_xlog_location</> and <literal>sent_location</> field
867
867
might indicate that the master server is under heavy load, while
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</></link>
6914
+ linkend="pg-stat-replication-view "><structname>pg_stat_replication</></link>
6915
6915
system view's <structfield>sent</> 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