10000 doc: Fix links to pg_stat_replication · divag711/postgres@79300d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79300d0

Browse files
committed
doc: Fix links to pg_stat_replication
In PostgreSQL 9.5, the documentation for pg_stat_replication was moved, so some of the links pointed to an appropriate location. Author: Maksim Milyutin <milyutinma@gmail.com>
1 parent 96d2df8 commit 79300d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@ include_dir 'conf.d'
30353035
earlier in this list, and
30363036
that are both currently connected and streaming data in real-time
30373037
(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">
30393039
<literal>pg_stat_replication</></link> view).
30403040
Other standby servers appearing later in this list represent potential
30413041
synchronous standbys. If any of the current synchronous
@@ -3244,7 +3244,7 @@ include_dir 'conf.d'
32443244
Specifies the minimum frequency for the WAL receiver
32453245
process on the standby to send information about replication progress
32463246
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">
32483248
<literal>pg_stat_replication</></link> view. The standby will report
32493249
the last transaction log position it has written, the last position it
32503250
has flushed to disk, and the last position it has applied.

doc/src/sgml/high-availability.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
861861
</para>
862862
<para>
863863
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">
865865
<literal>pg_stat_replication</></link> view. Large differences between
866866
<function>pg_current_xlog_location</> and <literal>sent_location</> field
867867
might indicate that the master server is under heavy load, while

doc/src/sgml/release-9.1.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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</></link>
9670+
linkend="pg-stat-replication-view"><structname>pg_stat_replication</></link>
96719671
which displays activity of <acronym>WAL</> sender processes (Itagaki
96729672
Takahiro, Simon Riggs)
96739673
</para>

doc/src/sgml/release-9.5.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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</></link>
6914+
linkend="pg-stat-replication-view"><structname>pg_stat_replication</></link>
69156915
system view's <structfield>sent</> field is now NULL, not zero, when
69166916
it has no valid value (Magnus Hagander)
69176917
</para>

0 commit comments

Comments
 (0)
0