From 905e108f8fae88f08e0bfffa75f73772af45a6ef Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 12 Feb 2019 17:24:56 +0900 Subject: [PATCH] doc: fix typos etc. in "standby follow" reference --- doc/repmgr-standby-follow.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/repmgr-standby-follow.sgml b/doc/repmgr-standby-follow.sgml index fecf7d24..431b6735 100644 --- a/doc/repmgr-standby-follow.sgml +++ b/doc/repmgr-standby-follow.sgml @@ -53,14 +53,14 @@ - If is set for the standby, it - will not attach to the new upstream node until it has replayed available - WAL. + If is set for the standby, it + will not attach to the new upstream node until it has replayed available + WAL. - Conversely, if the standby is attached follows another standby - with set, that standby's replay - state may actually be behind that of its new downstream node. + Conversely, if the standby is attached to an upstream standby + which has set, the upstream + standby's replay state may actually be behind that of its new downstream node. @@ -173,7 +173,7 @@ DETAIL: follow target server's timeline 2 forked off current database system tim In this case, it may be possible to have this node follow the new upstream using repmgr node rejoin with the to execute pg_rewind. - This does mean that transacations which exist on this node, but not the new upstream, + This does mean that transactions which exist on this node, but not the new upstream, will be lost.