Commit f80e5505 authored by Bruce Momjian's avatar Bruce Momjian

pg_upgrade docs: mention need to set parameters for vacuumdb.

parent 05624220
...@@ -442,7 +442,8 @@ psql --username postgres --file script.sql postgres ...@@ -442,7 +442,8 @@ psql --username postgres --file script.sql postgres
<para> <para>
Because optimizer statistics are not transferred by <command>pg_upgrade</>, you will 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 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> </para>
</step> </step>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment