--- doc/src/sgml/high-availability.sgml.orig 2010-06-26 18:21:33.000000000 +0200 +++ doc/src/sgml/high-availability.sgml 2010-06-26 18:22:36.000000000 +0200 @@ -658,15 +658,15 @@ command file recovery.conf in the standby's cluster data directory, and turn on standby_mode. Set restore_command to a simple command to copy files from - the WAL archive. + the WAL archive. restore_command should return immediately + if the file does not exist; the server will retry the command again if + necessary. Do not use pg_standby or similar tools with the built-in standby mode - described here. restore_command should return immediately - if the file does not exist; the server will retry the command again if - necessary. See + described here. See for using tools like pg_standby.