projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea43af3
)
pg_upgrade: document delete problems with tablespaces inside the cluster directory
author
Bruce Momjian
<bruce@momjian.us>
Sat, 8 Mar 2014 03:46:38 +0000
(22:46 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 8 Mar 2014 03:46:38 +0000
(22:46 -0500)
Per report by Marc Mamin
doc/src/sgml/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pgupgrade.sgml
b/doc/src/sgml/pgupgrade.sgml
index 4d03b12f11945ce303e6b4911f7a7be00bd1051d..72e3cb68c286b4ec85b91e0a6d5673de319ff544 100644
(file)
--- a/
doc/src/sgml/pgupgrade.sgml
+++ b/
doc/src/sgml/pgupgrade.sgml
@@
-460,7
+460,8
@@
psql --username postgres --file script.sql postgres
cluster's data directories by running the script mentioned when
<command>pg_upgrade</command> completes. You can also delete the
old installation directories
- (e.g. <filename>bin</>, <filename>share</>).
+ (e.g. <filename>bin</>, <filename>share</>). This will not work
+ if you have tablespaces inside the old data directory.
</para>
</step>