pg_upgrade: document delete problems with tablespaces inside the cluster directory

Per report by Marc Mamin
This commit is contained in:
Bruce Momjian 2014-03-07 22:46:38 -05:00
parent ea43af38dc
commit 8879fa09ee

View File

@ -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>