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

index d598b704d78b6c8dd863bacff9b61b0ad5b1f389..a1636ca8271cb2b1fe8fc3a60a02e352c952e34d 100644 (file)
@@ -873,9 +873,9 @@ if (!triggered)
         <term><varname>restore_end_command</varname> (<type>string</type>)</term>
         <listitem>
          <para>
-     In standby-mode, <varname>restore_command</> (and <varname>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, <varname>restore_command</> (and <varname>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 <varname>restore_command</> as you would if you were
           recovering using a Continuous archiving backup (see <xref linkend="backup-pitr-recovery">).