projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0562422
)
pg_upgrade docs: mention need to set parameters for vacuumdb.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 29 May 2013 02:54:28 +0000
(22:54 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 29 May 2013 02:54:28 +0000
(22:54 -0400)
doc/src/sgml/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgupgrade.sgml
b/doc/src/sgml/pgupgrade.sgml
index d676d286ab282a421c52cd379fbd20352c6a9a1e..4ac0e566d6ddfe4428624c7d7d033fdebd75c9fe 100644
(file)
--- a/
doc/src/sgml/pgupgrade.sgml
+++ b/
doc/src/sgml/pgupgrade.sgml
@@
-442,7
+442,8
@@
psql --username postgres --file script.sql postgres
<para>
Because optimizer statistics are not transferred by <command>pg_upgrade</>, you will
be instructed to run a command to regenerate that information at the end
- of the upgrade.
+ of the upgrade. You might need to set connection parameters to
+ match your new cluster.
</para>
</step>