]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade: document that --link should be used with --check
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Jun 2013 14:13:54 +0000 (10:13 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Jun 2013 14:13:54 +0000 (10:13 -0400)
Backpatch to 9.2.

doc/src/sgml/pgupgrade.sgml

index 03e0071ad9d26c2672c463a80357ac49f6dd4f32..70dc6c9b14b275b809d3b41094b2c443afd388e0 100644 (file)
@@ -359,7 +359,9 @@ pg_upgrade.exe
      and then do the upgrade. You can use <command>pg_upgrade --check</>
      to perform only the checks, even if the old server is still
      running. <command>pg_upgrade --check</> will also outline any
-     manual adjustments you will need to make after the upgrade.
+     manual adjustments you will need to make after the upgrade.  If you
+     are going to be using link mode, you should use the <option>--link</>
+     option with <option>--check</option> to enable link-mode-specific checks.
      <command>pg_upgrade</> requires write permission in the current directory.
     </para>