projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73d4cf
)
Remove extra "not" in pg_upgrade documentation.
author
Nathan Bossart
<
[email protected]
>
Thu, 1 May 2025 14:31:36 +0000
(09:31 -0500)
committer
Nathan Bossart
<
[email protected]
>
Thu, 1 May 2025 14:31:36 +0000
(09:31 -0500)
Oversight in commit
cb45dc3afb
.
Reported-by: Erik Rijkers <
[email protected]
>
Reviewed-by: Fujii Masao <
[email protected]
>
Discussion: https://postgr.es/m/
7b856277
-62ad-80f0-36e1-
a134ec3c9cab
%40xs4all.nl
doc/src/sgml/ref/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pgupgrade.sgml
b/doc/src/sgml/ref/pgupgrade.sgml
index 648c6e2967c4310ea3996acc3c17c8d92c34c69c..cb8e4f5c48a31b724996c9f72efddcc557dc3dcc 100644
(file)
--- 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.