From: Bruce Momjian Date: Sun, 7 Jul 2013 19:57:24 +0000 (-0400) Subject: pg_upgrade: document link options X-Git-Tag: REL9_3_RC1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf8d8ddc08b9573d1b6ed2ef24c83db5fef18d8c;p=postgresql 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. --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 62856f1df8..f2d2d75af3 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -336,7 +336,8 @@ NET STOP pgsql-8.3 (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 pg_upgrade --help for a full + same file system. (Tablespaces and pg_xlog can be on + different file systems.) See pg_upgrade --help for a full list of options.