We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent95bee94 commit4a1f42fCopy full SHA for 4a1f42f
doc/src/sgml/ref/pgupgrade.sgml
@@ -501,11 +501,11 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
501
<application>rsync</> will be fast when <application>pg_upgrade</>'s
502
<option>--link</> mode is used because it will create hard links
503
on the remote server rather than transferring user data.
504
+ Unfortunately, <application>rsync</> needlessly copies the
505
+ files associated with temporary and unlogged tables.
506
</para>
507
508
<para>
- Unfortunately, <application>rsync</> also needlessly copies the
- files associated with temporary and unlogged tables.
509
If you have tablespaces, you will need to run a similar
510
<application>rsync</> command for each tablespace directory. If you
511
have relocated <filename>pg_xlog</> outside the data directories,