From: Nathan Bossart Date: Thu, 1 May 2025 14:31:36 +0000 (-0500) Subject: Remove extra "not" in pg_upgrade documentation. X-Git-Tag: REL_18_BETA1~34 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a3ef0b570c56f7bb15e4aa5caf0125fff92a557a;p=postgresql.git Remove extra "not" in pg_upgrade documentation. Oversight in commit cb45dc3afb. Reported-by: Erik Rijkers Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/7b856277-62ad-80f0-36e1-a134ec3c9cab%40xs4all.nl --- diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 648c6e2967c..cb8e4f5c48a 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -832,7 +832,7 @@ psql --username=postgres --file=script.sql postgres - Because not all statistics are not transferred by + Because not all statistics are transferred by pg_upgrade, you will be instructed to run commands to regenerate that information at the end of the upgrade. You might need to set connection parameters to match your new cluster.