]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade docs: mention need to set parameters for vacuumdb.
authorBruce Momjian <bruce@momjian.us>
Wed, 29 May 2013 02:54:28 +0000 (22:54 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 29 May 2013 02:54:28 +0000 (22:54 -0400)
doc/src/sgml/pgupgrade.sgml

index d676d286ab282a421c52cd379fbd20352c6a9a1e..4ac0e566d6ddfe4428624c7d7d033fdebd75c9fe 100644 (file)
@@ -442,7 +442,8 @@ psql --username postgres --file script.sql postgres
     <para>
      Because optimizer statistics are not transferred by <command>pg_upgrade</>, you will
      be instructed to run a command to regenerate that information at the end
-     of the upgrade.
+     of the upgrade.  You might need to set connection parameters to
+     match your new cluster.
     </para>
    </step>