Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4346794

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 76ec457 commit 4346794

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3096,7 +3096,7 @@ include_dir 'conf.d'
30963096
in this list, and
30973097
that are both currently connected and streaming data in real-time
30983098
(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">
31003100
<literal>pg_stat_replication</></link> view).
31013101
Specifying more than one synchronous standby can allow for very high
31023102
availability and protection against data loss.
@@ -3344,7 +3344,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
33443344
Specifies the minimum frequency for the WAL receiver
33453345
process on the standby to send information about replication progress
33463346
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">
33483348
<literal>pg_stat_replication</></link> view. The standby will report
33493349
the last write-ahead log location it has written, the last position it
33503350
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
@@ -890,7 +890,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
890890
</para>
891891
<para>
892892
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">
894894
<literal>pg_stat_replication</></link> view. Large differences between
895895
<function>pg_current_wal_lsn</> and the view's <literal>sent_lsn</> field
896896
might indicate that the master server is under heavy load, while

doc/src/sgml/release-10.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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</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>

0 commit comments

Comments
 (0)