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:
3f0ab05
)
pg_upgrade docs: mention modification of postgresql.conf in new cluster
author
Bruce Momjian
<
[email protected]
>
Thu, 31 Jan 2013 21:32:35 +0000
(16:32 -0500)
committer
Bruce Momjian
<
[email protected]
>
Thu, 31 Jan 2013 21:32:35 +0000
(16:32 -0500)
Mention it might be necessary to modify postgresql.conf in the new
cluster to match the old cluster.
Backpatch to 9.2.
Suggested by user.
doc/src/sgml/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgupgrade.sgml
b/doc/src/sgml/pgupgrade.sgml
index e0765babfc58b89cdd5e3d9532a653e735e759f6..5baf420a27ad516ff6d2be4ade8e360a3f98244f 100644
(file)
--- a/
doc/src/sgml/pgupgrade.sgml
+++ b/
doc/src/sgml/pgupgrade.sgml
@@
-402,7
+402,9
@@
pg_upgrade.exe
<para>
If you modified <filename>pg_hba.conf</> to use <literal>trust</>,
- restore its original authentication settings.
+ restore its original authentication settings. It might also be
+ necessary to adjust other configurations files in the new cluster to
+ match the old cluster, e.g. <filename>postgresql.conf</>.
</para>
</step>