pg_upgrade docs: mention need to set parameters for vacuumdb.

This commit is contained in:
Bruce Momjian 2013-05-28 22:54:28 -04:00
parent 05624220c4
commit f80e55054b
1 changed files with 2 additions and 1 deletions

View 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>