]> granicus.if.org Git - postgresql/commitdiff
doc: clarify behavior of pg_upgrade's clone mode
authorBruce Momjian <bruce@momjian.us>
Wed, 1 May 2019 13:09:28 +0000 (09:09 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 1 May 2019 13:09:28 +0000 (09:09 -0400)
Be more precise about the benefits of using clone mode.

doc/src/sgml/ref/pgupgrade.sgml

index 0c4b16d32ce1efa4ee7331e3e1f652056ce2b247..26e3f9ea2b9d06e5a24e5a11021ce100712d7d86 100644 (file)
@@ -382,11 +382,11 @@ NET STOP postgresql-&majorversion;
      requires that the old and new cluster data directories be in the
      same file system.  (Tablespaces and <filename>pg_wal</filename> can be on
      different file systems.)
-     The clone mode provides the same speed and disk space advantages but will
-     not leave the old cluster unusable after the upgrade.  The clone mode
-     also requires that the old and new data directories be in the same file
-     system.  The clone mode is only available on certain operating systems
-     and file systems.
+     Clone mode provides the same speed and disk space advantages but
+     does not cause the old cluster to be unusable once the new cluster
+     is started.  Clone mode also requires that the old and new data
+     directories be in the same file system.  This mode is only available
+     on certain operating systems and file systems.
     </para>
 
     <para>