From e568eed2fce7c50f40e0dcdec0f6d1e88b42a15b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 3 Mar 2018 14:11:39 -0500 Subject: [PATCH] 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 --- doc/src/sgml/config.sgml | 4 ++-- doc/src/sgml/release-10.sgml | 2 +- doc/src/sgml/release-9.1.sgml | 2 +- doc/src/sgml/release-9.5.sgml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 00fc364c0a..c3bf3f9fd6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3123,7 +3123,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 - + pg_stat_replication view). Specifying more than one synchronous standby can allow for very high availability and protection against data loss. @@ -3371,7 +3371,7 @@ ANY num_sync ( + 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. diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index e8b34086b7..8553803aae 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 --> Add columns to pg_stat_replication + linkend="pg-stat-replication-view">pg_stat_replication to report replication delay times (Thomas Munro) diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index ad5998e495..e6ce80032f 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 Add system view pg_stat_replication + linkend="pg-stat-replication-view">pg_stat_replication which displays activity of WAL sender processes (Itagaki Takahiro, Simon Riggs) diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index acd400da62..b62dd732a2 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 --> The 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)