Remove extra "not" in pg_upgrade documentation.
authorNathan Bossart <nathan@postgresql.org>
Thu, 1 May 2025 14:31:36 +0000 (09:31 -0500)
committerNathan Bossart <nathan@postgresql.org>
Thu, 1 May 2025 14:31:36 +0000 (09:31 -0500)
Oversight in commit cb45dc3afb.

Reported-by: Erik Rijkers <er@xs4all.nl>
Reviewed-by: Fujii Masao <masao.fujii@oss.nttdata.com>
Discussion: https://postgr.es/m/7b856277-62ad-80f0-36e1-a134ec3c9cab%40xs4all.nl

doc/src/sgml/ref/pgupgrade.sgml

index 648c6e2967c4310ea3996acc3c17c8d92c34c69c..cb8e4f5c48a31b724996c9f72efddcc557dc3dcc 100644 (file)
@@ -832,7 +832,7 @@ psql --username=postgres --file=script.sql postgres
     </para>
 
     <para>
-     Because not all statistics are not transferred by
+     Because not all statistics are transferred by
      <command>pg_upgrade</command>, 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.