diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index d676d286ab2..4ac0e566d6d 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -442,7 +442,8 @@ psql --username postgres --file script.sql postgres Because optimizer statistics are not transferred by 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.