1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

pg_upgrade: document link options

Document that tablespaces and pg_xlog can be on different file systems
for pg_upgrade --link mode.
Backpatch to 9.3.
This commit is contained in:
Bruce Momjian 2013-07-07 15:57:24 -04:00
parent 9f8830dbe2
commit bf8d8ddc08

View File

@ -336,7 +336,8 @@ NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different s
copying), but you will not be able to access your old cluster copying), but you will not be able to access your old cluster
once you start the new cluster after the upgrade. Link mode also once you start the new cluster after the upgrade. Link mode also
requires that the old and new cluster data directories be in the requires that the old and new cluster data directories be in the
same file system. See <literal>pg_upgrade --help</> for a full same file system. (Tablespaces and <filename>pg_xlog</> can be on
different file systems.) See <literal>pg_upgrade --help</> for a full
list of options. list of options.
</para> </para>