]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade doc: link mode additions
authorBruce Momjian <bruce@momjian.us>
Sat, 5 Oct 2013 14:18:02 +0000 (10:18 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 5 Oct 2013 14:18:17 +0000 (10:18 -0400)
Mention that link mode uses less disk space, and uses junction points on
Windows.

Backpatch to 9.3.

doc/src/sgml/pgupgrade.sgml

index c04e552bc93d29a39045f322d7758ecc99d9e40c..e38470a739f71867d2a0be63b9a24f3648510fdd 100644 (file)
      <varlistentry>
       <term><option>-k</option></term>
       <term><option>--link</option></term>
-      <listitem><para>use hard links instead of copying files to the new cluster</para></listitem>
+      <listitem><para>use hard links instead of copying files to the new
+      cluster (use junction points on Windows)</para></listitem>
      </varlistentry>
 
      <varlistentry>
@@ -334,7 +335,8 @@ NET STOP pgsql-8.3  (<productname>PostgreSQL</> 8.3 and older used a different s
 
     <para>
      If you use link mode, the upgrade will be much faster (no file
-     copying), but you will not be able to access your old cluster
+     copying) and use less disk space, but you will not be able to access
+     your old cluster
      once you start the new cluster after the upgrade.  Link mode also
      requires that the old and new cluster data directories be in the
      same file system.  (Tablespaces and <filename>pg_xlog</> can be on