diff -rN -c old-mainline/doc/src/sgml/backup.sgml new-mainline/doc/src/sgml/backup.sgml *** old-mainline/doc/src/sgml/backup.sgml 2005-03-24 13:54:22.000000000 +1100 --- new-mainline/doc/src/sgml/backup.sgml 2005-03-24 14:29:16.000000000 +1100 *************** *** 1123,1128 **** --- 1123,1138 ---- such index after completing a recovery operation. + + + The CREATE TABLESPACE command records the location of the + tablespace in WAL. This could be a problem if the WAL segments are + replayed on a different system to those that they were created on because + it is likely that the tablespace directory will not exist on the second + system. To avoid this, you should ensure that the path to the tablespace + exists on the secondary machine and has the correct permissions. + +