Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4a1f42f

Browse files
committed
doc: Move mention of rsync of temp tables to better place
1 parent 95bee94 commit 4a1f42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/pgupgrade.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -501,11 +501,11 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
501501
<application>rsync</> will be fast when <application>pg_upgrade</>'s
502502
<option>--link</> mode is used because it will create hard links
503503
on the remote server rather than transferring user data.
504+
Unfortunately, <application>rsync</> needlessly copies the
505+
files associated with temporary and unlogged tables.
504506
</para>
505507

506508
<para>
507-
Unfortunately, <application>rsync</> also needlessly copies the
508-
files associated with temporary and unlogged tables.
509509
If you have tablespaces, you will need to run a similar
510510
<application>rsync</> command for each tablespace directory. If you
511511
have relocated <filename>pg_xlog</> outside the data directories,

0 commit comments

Comments
 (0)