From: Bruce Momjian Date: Sat, 13 Feb 2010 03:38:26 +0000 (+0000) Subject: Remove tabs from sgml. X-Git-Tag: REL9_0_ALPHA4~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5acb7dfb94391c7b19691786186033993d82b34;p=postgresql Remove tabs from sgml. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index bab447d462..2c0c91e15b 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -873,9 +873,9 @@ if (!triggered) restore_end_command (string) - In standby-mode, restore_command (and restore_end_command) is set to a - simple command or script like in PITR. pg_standby or similar tools - that wait for the next WAL file to arrive, cannot be used with + In standby-mode, restore_command (and restore_end_command) is set to a + simple command or script like in PITR. pg_standby or similar tools + that wait for the next WAL file to arrive, cannot be used with streaming replication, as the server handles retries and waiting itself. Set restore_command as you would if you were recovering using a Continuous archiving backup (see ).