Skip to content

Commit bf8d8dd

Browse files
committed
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.
1 parent 9f8830d commit bf8d8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/pgupgrade.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different s
336336
copying), but you will not be able to access your old cluster
337337
once you start the new cluster after the upgrade. Link mode also
338338
requires that the old and new cluster data directories be in the
339-
same file system. See <literal>pg_upgrade --help</> for a full
339+
same file system. (Tablespaces and <filename>pg_xlog</> can be on
340+
different file systems.) See <literal>pg_upgrade --help</> for a full
340341
list of options.
341342
</para>
342343

0 commit comments

Comments
 (0)