]> granicus.if.org Git - postgresql/commitdiff
doc: Fix links to pg_stat_replication
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 3 Mar 2018 19:11:39 +0000 (14:11 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 3 Mar 2018 19:13:52 +0000 (14:13 -0500)
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>

doc/src/sgml/config.sgml
doc/src/sgml/high-availability.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.5.sgml

index 68e44250b64fe0f70e0286e98ea29dedd8163134..b78603b0c7114c2ff75f862e580a9740070b718f 100644 (file)
@@ -2792,7 +2792,7 @@ include_dir 'conf.d'
         The synchronous standby will be the first standby named in this list
         that is 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).
         Other standby servers appearing later in this list represent potential
         synchronous standbys.
@@ -2962,7 +2962,7 @@ include_dir 'conf.d'
        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 transaction log position it has written, the last position it
        has flushed to disk, and the last position it has applied.
index 4a44271484bf8e87061d493a602e4542a247633a..f1819b0bf7075c88e095e89f004cb7d9f2900849 100644 (file)
@@ -861,7 +861,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_xlog_location</> and <literal>sent_location</> field
      might indicate that the master server is under heavy load, while
index e1b1f3aab21bb0d5b8b5e1c2b32d2b2d8e4d5660..c4436713994ecaa9fb646b13d05d19631c520e39 100644 (file)
@@ -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>
index b6f16831ef582164431ffeda1656dd4340a70853..931332abf7fc74e31d3f66baf86efe9fe9c434f1 100644 (file)
@@ -6911,7 +6911,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
 -->
      <para>
       The <link
-      linkend="monitoring-stats-views-table"><structname>pg_stat_replication</></link>
+      linkend="pg-stat-replication-view"><structname>pg_stat_replication</></link>
       system view's <structfield>sent</> field is now NULL, not zero, when
       it has no valid value (Magnus Hagander)
      </para>