From a5acb7dfb94391c7b19691786186033993d82b34 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 2010 03:38:26 +0000 Subject: [PATCH] Remove tabs from sgml. --- doc/src/sgml/high-availability.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ). -- 2.40.0