diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-06-06 10:13:55 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-06-06 10:13:55 -0400 |
commit | e2c84bc9f5f1f2f9570c882d10c2cbdf6fe9e47d (patch) | |
tree | 927ccd72dcdf2871cfe3540ae1698c490f1a6cfd | |
parent | 964c0d0f80e485dd3a4073e073ddfd9bfdda90b2 (diff) | |
download | postgresql-e2c84bc9f5f1f2f9570c882d10c2cbdf6fe9e47d.tar.gz postgresql-e2c84bc9f5f1f2f9570c882d10c2cbdf6fe9e47d.zip |
pg_upgrade: document that --link should be used with --check
Backpatch to 9.2.
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 4ac0e566d6d..62856f1df81 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -372,7 +372,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> |