docs: adjust "link mode" mention in pg_upgrade streaming steps
authorBruce Momjian
Wed, 13 Sep 2017 13:22:18 +0000 (09:22 -0400)
committerBruce Momjian
Wed, 13 Sep 2017 13:22:18 +0000 (09:22 -0400)
Backpatch-through: 9.5

doc/src/sgml/ref/pgupgrade.sgml

index ab2defe0396447b323ea678f03cb6518d97c30a4..60011d8167a180dc91292f29d5b495b04872b912 100644 (file)
@@ -421,14 +421,14 @@ pg_upgrade.exe
     Upgrade Streaming Replication and Log-Shipping standby servers
 
     
-     If you have Streaming Replication (see 
+     If you used link mode and have Streaming Replication (see 
      linkend="streaming-replication">) or Log-Shipping (see 
-     linkend="warm-standby">) standby servers, and used link mode,
-     follow these steps to upgrade them.  You will not be running
-     pg_upgrade on the standby servers, but rather
-     rsync on the primary.  Do not start any servers yet.
-     If you did not use link mode, skip the instructions in
-     this section and simply recreate the standby servers.
+     linkend="warm-standby">) standby servers, follow these steps to
+     upgrade them.  You will not be running pg_upgrade on
+     the standby servers, but rather rsync on the primary.
+     Do not start any servers yet.  If you did not use link
+     mode, skip the instructions in this section and simply recreate the
+     standby servers.