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
pull/215/head
Nathan Bossart 2 months ago
parent d73d4cfdfc
commit a3ef0b570c
  1. 2
      doc/src/sgml/ref/pgupgrade.sgml

@ -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.

Loading…
Cancel
Save