From e2c84bc9f5f1f2f9570c882d10c2cbdf6fe9e47d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 6 Jun 2013 10:13:55 -0400 Subject: [PATCH] pg_upgrade: document that --link should be used with --check Backpatch to 9.2. --- doc/src/sgml/pgupgrade.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 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.