aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-05-01 09:31:36 -0500
committerNathan Bossart <nathan@postgresql.org>2025-05-01 09:31:36 -0500
commita3ef0b570c56f7bb15e4aa5caf0125fff92a557a (patch)
treed9d1dfd48f0d22b110acaffffbf5926b8f1dcf3a /doc/src
parentd73d4cfdfce897bd42ef6466e6cece5d35a91779 (diff)
downloadpostgresql-a3ef0b570c56f7bb15e4aa5caf0125fff92a557a.tar.gz
postgresql-a3ef0b570c56f7bb15e4aa5caf0125fff92a557a.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pgupgrade.sgml2
1 files changed, 1 insertions, 1 deletions
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
</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.