From: Bruce Momjian Date: Thu, 6 Jun 2013 14:13:54 +0000 (-0400) Subject: pg_upgrade: document that --link should be used with --check X-Git-Tag: REL9_2_5~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ab834fde7b18f8189a05c754901fc99f4b1f9d9;p=postgresql pg_upgrade: document that --link should be used with --check Backpatch to 9.2. --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 03e0071ad9..70dc6c9b14 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -359,7 +359,9 @@ pg_upgrade.exe and then do the upgrade. You can use pg_upgrade --check to perform only the checks, even if the old server is still running. 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 to enable link-mode-specific checks. pg_upgrade requires write permission in the current directory.