doc: Move mention of rsync of temp tables to better place
authorPeter Eisentraut
Mon, 8 Aug 2016 01:27:36 +0000 (21:27 -0400)
committerPeter Eisentraut
Mon, 8 Aug 2016 01:27:36 +0000 (21:27 -0400)
doc/src/sgml/ref/pgupgrade.sgml

index 7f1c52a8334e139a93442ee3554ddfbc727fc910..96851933cc50396f9437bec83161bcc912347406 100644 (file)
@@ -501,11 +501,11 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
        rsync will be fast when pg_upgrade's
        
        on the remote server rather than transferring user data.
+       Unfortunately, rsync needlessly copies the
+       files associated with temporary and unlogged tables.
       
 
       
-       Unfortunately, rsync also needlessly copies the
-       files associated with temporary and unlogged tables.
        If you have tablespaces, you will need to run a similar
        rsync command for each tablespace directory.  If you
        have relocated pg_xlog outside the data directories,