diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-08-07 21:27:36 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-08-07 21:27:36 -0400 |
commit | 4a1f42f287c33e457cb3f081e692853a65dc0efb (patch) | |
tree | 1dcbc3eb8e6fbfa56d95f5c173f6f804afc94a71 | |
parent | 95bee941be4c009ebbc29162a0dc9664f40de12f (diff) | |
download | postgresql-4a1f42f287c33e457cb3f081e692853a65dc0efb.tar.gz postgresql-4a1f42f287c33e457cb3f081e692853a65dc0efb.zip |
doc: Move mention of rsync of temp tables to better place
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 7f1c52a8334..96851933cc5 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -501,11 +501,11 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d <application>rsync</> will be fast when <application>pg_upgrade</>'s <option>--link</> mode is used because it will create hard links on the remote server rather than transferring user data. + Unfortunately, <application>rsync</> needlessly copies the + files associated with temporary and unlogged tables. </para> <para> - Unfortunately, <application>rsync</> also needlessly copies the - files associated with temporary and unlogged tables. If you have tablespaces, you will need to run a similar <application>rsync</> command for each tablespace directory. If you have relocated <filename>pg_xlog</> outside the data directories, |