Remove extra "not" in pg_upgrade documentation.

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
This commit is contained in:
Nathan Bossart 2025-05-01 09:31:36 -05:00
parent d73d4cfdfc
commit a3ef0b570c

View File

@ -832,7 +832,7 @@ psql --username=postgres --file=script.sql postgres
</para> </para>
<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 <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 regenerate that information at the end of the upgrade. You might need to
set connection parameters to match your new cluster. set connection parameters to match your new cluster.