diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-07-07 15:57:26 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-07-07 15:58:15 -0400 |
commit | 27aa1b960a8562163610bc5e3c1437c55badb090 (patch) | |
tree | bb2aec0ca142e466f88cdd8af2a6898cc72f4e36 /doc/src | |
parent | 5a348fe077916048cfba3eab3f8210583a6bcb14 (diff) | |
download | postgresql-27aa1b960a8562163610bc5e3c1437c55badb090.tar.gz postgresql-27aa1b960a8562163610bc5e3c1437c55badb090.zip |
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.
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 d3e26eec1d9..ebb7a60de77 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -335,7 +335,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 once you start the new cluster after the upgrade. Link mode also 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. </para> |