doc: Fix links to pg_stat_replication
authorPeter Eisentraut
Sat, 3 Mar 2018 19:11:39 +0000 (14:11 -0500)
committerPeter Eisentraut
Sat, 3 Mar 2018 19:11:39 +0000 (14:11 -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 

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

index 57bfed9a7565271c3e1bd0621808d040426f8831..c7c90d20e8eea84c7cc26b7ab62d363bc1bb6bd1 100644 (file)
@@ -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 streaming in the
-        monitoring-stats-views-table">
+        pg-stat-replication-view">
         pg_stat_replication view).
         Specifying more than one synchronous standby can allow for very high
         availability and protection against data loss.
@@ -3344,7 +3344,7 @@ ANY num_sync ( 
        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
-       monitoring-stats-views-table">
+       pg-stat-replication-view">
        pg_stat_replication 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.
index 6c54fbd40d8efe29dffdd8587a3069be9cbfcc17..2737b310b24f0c393495322c1c0fbb85a783cba5 100644 (file)
@@ -890,7 +890,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
     
     
      You can retrieve a list of WAL sender processes via the
-     monitoring-stats-views-table">
+     pg-stat-replication-view">
      pg_stat_replication view. Large differences between
      pg_current_wal_lsn and the view's sent_lsn field
      might indicate that the master server is under heavy load, while
index 19f2410c35080d4bf66a2b3a3812dc4a84a2cef5..94a47b990b392c01f2bad1542925c920a78c5335 100644 (file)
@@ -3743,7 +3743,7 @@ Branch: REL_10_STABLE [5159626af] 2017-11-03 14:14:16 -0400
 -->
       
        Add columns to 
-       linkend="monitoring-stats-views-table">pg_stat_replication
+       linkend="pg-stat-replication-view">pg_stat_replication
        to report replication delay times (Thomas Munro)
       
 
index 0454f849d446c18dbb7325db297263f293f2a62c..b8cb7e3daa8614969502d5f7adefe93f9a350977 100644 (file)
@@ -9667,7 +9667,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
       
        
         Add system view 
-        linkend="monitoring-stats-views-table">pg_stat_replication
+        linkend="pg-stat-replication-view">pg_stat_replication
         which displays activity of WAL sender processes (Itagaki
         Takahiro, Simon Riggs)
        
index e5e71a6af60e05a4ce9a98c34bd67ad3103be702..ab267235baac0f718b73b0013e14a33ec75f4c72 100644 (file)
@@ -6911,7 +6911,7 @@ max_wal_size = (3 * checkpoint_segments) * 16MB
 -->
      
       The 
-      linkend="monitoring-stats-views-table">pg_stat_replication
+      linkend="pg-stat-replication-view">pg_stat_replication
       system view's sent field is now NULL, not zero, when
       it has no valid value (Magnus Hagander)