]> granicus.if.org Git - postgresql/commitdiff
doc: clearify pg_upgrade default copy behavior
authorBruce Momjian <bruce@momjian.us>
Tue, 11 Apr 2017 16:14:01 +0000 (12:14 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 11 Apr 2017 16:14:09 +0000 (12:14 -0400)
Reported-by: Marek <marek.cvoren@gmail.com>
Discussion: 20170328110253.2695.62609@wrigleys.postgresql.org

doc/src/sgml/ref/pgupgrade.sgml

index 49aaf513f5163235e13c93fb04a83291447094e7..bf58a0a7d834671fbb914d5034b4e7b86ef85cea 100644 (file)
@@ -336,8 +336,8 @@ NET STOP postgresql-9.0
      Always run the <application>pg_upgrade</> binary of the new server, not the old one.
      <application>pg_upgrade</> requires the specification of the old and new cluster's
      data and executable (<filename>bin</>) directories. You can also specify
-     user and port values, and whether you want the data linked instead of
-     copied (the default).
+     user and port values, and whether you want the data files linked
+     instead of the default copy behavior.
     </para>
 
     <para>