diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-03-07 22:46:38 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-03-07 22:46:38 -0500 |
commit | 8879fa09ee7aa6232097198b66c3376184b0de06 (patch) | |
tree | f8017bc90de70c06bd7d52a9cc08ac0146f3636d /doc/src | |
parent | ea43af38dc90d1656e67d7fbdbc809385c380435 (diff) | |
download | postgresql-8879fa09ee7aa6232097198b66c3376184b0de06.tar.gz postgresql-8879fa09ee7aa6232097198b66c3376184b0de06.zip |
pg_upgrade: document delete problems with tablespaces inside the cluster directory
Per report by Marc Mamin
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 4d03b12f119..72e3cb68c28 100644 --- 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> |