aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-03-03 14:11:39 -0500
committerPeter Eisentraut <peter_e@gmx.net>2018-03-03 14:11:39 -0500
commit4346794abfb55a3b5c077c1df66261a4ed81ea3c (patch)
treeb5cdfea538e329fab4a7921b59861c4c132cf8a9
parent76ec45756644e5d46301ee292f8f951f9f835fae (diff)
downloadpostgresql-4346794abfb55a3b5c077c1df66261a4ed81ea3c.tar.gz
postgresql-4346794abfb55a3b5c077c1df66261a4ed81ea3c.zip
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>
-rw-r--r--doc/src/sgml/config.sgml4
-rw-r--r--doc/src/sgml/high-availability.sgml2
-rw-r--r--doc/src/sgml/release-10.sgml2
-rw-r--r--doc/src/sgml/release-9.1.sgml2
-rw-r--r--doc/src/sgml/release-9.5.sgml2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 57bfed9a756..c7c90d20e8e 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -3096,7 +3096,7 @@ include_dir 'conf.d'
in this list, and
that are both currently connected and streaming data in real-time
(as shown by a state of <literal>streaming</literal> in the
- <link linkend="monitoring-stats-views-table">
+ <link linkend="pg-stat-replication-view">
<literal>pg_stat_replication</></link> view).
Specifying more than one synchronous standby can allow for very high
availability and protection against data loss.
@@ -3344,7 +3344,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
Specifies the minimum frequency for the WAL receiver
process on the standby to send information about replication progress
to the primary or upstream standby, where it can be seen using the
- <link linkend="monitoring-stats-views-table">
+ <link linkend="pg-stat-replication-view">
<literal>pg_stat_replication</></link> view. The standby will report
the last write-ahead log location it has written, the last position it
has flushed to disk, and the last position it has applied.
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 6c54fbd40d8..2737b310b24 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -890,7 +890,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
</para>
<para>
You can retrieve a list of WAL sender processes via the
- <link linkend="monitoring-stats-views-table">
+ <link linkend="pg-stat-replication-view">
<literal>pg_stat_replication</></link> view. Large differences between
<function>pg_current_wal_lsn</> and the view's <literal>sent_lsn</> field
might indicate that the master server is under heavy load, while
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 19f2410c350..94a47b990b3 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -3743,7 +3743,7 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
-->
<para>
Add columns to <link
- linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
+ linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
to report replication delay times (Thomas Munro)
</para>
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 0454f849d44..b8cb7e3daa8 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -9667,7 +9667,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
<listitem>
<para>
Add system view <link
- linkend="monitoring-stats-views-table"><structname>pg_stat_replication</></link>
+ linkend="pg-stat-replication-view"><structname>pg_stat_replication</></link>
which displays activity of <acronym>WAL</> sender processes (Itagaki
Takahiro, Simon Riggs)
</para>
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index e5e71a6af60..ab267235baa 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -6911,7 +6911,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
-->
<para>
The <link
- linkend="monitoring-stats-views-table"><structname>pg_stat_replication</structname></link>
+ linkend="pg-stat-replication-view"><structname>pg_stat_replication</structname></link>
system view's <structfield>sent</structfield> field is now NULL, not zero, when
it has no valid value (Magnus Hagander)
</para>