]> granicus.if.org Git - postgresql/commitdiff
pg_upgrade: document delete problems with tablespaces inside the cluster directory
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Mar 2014 03:46:38 +0000 (22:46 -0500)
committerBruce 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

index 4d03b12f11945ce303e6b4911f7a7be00bd1051d..72e3cb68c286b4ec85b91e0a6d5673de319ff544 100644 (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>