Remove tabs from sgml.
authorBruce Momjian
Sat, 13 Feb 2010 03:38:26 +0000 (03:38 +0000)
committerBruce Momjian
Sat, 13 Feb 2010 03:38:26 +0000 (03:38 +0000)
doc/src/sgml/high-availability.sgml

index bab447d4620bfcb1d77b2884bcc632608dfbc258..2c0c91e15b426e829ee80dd0f9893c01755b9ab3 100644 (file)
@@ -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 ).