]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove tabs in SGML file.
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Feb 2011 13:15:38 +0000 (08:15 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Feb 2011 13:15:38 +0000 (08:15 -0500)
doc/src/sgml/recovery-config.sgml

index 0706f79121775dd56157b512cfe68a4abf8bb51b..ab52bd06e647ad1441881024c1100063d98f62a4 100644 (file)
@@ -152,12 +152,12 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       </indexterm>
       <listitem>
        <para>
-               This parameter specifies the named restore point, created with
-               <function>pg_create_restore_point()</> to which recovery will proceed.
-               At most one of <varname>recovery_target_name</>,
-               <xref linkend="recovery-target-time"> or
-               <xref linkend="recovery-target-xid"> can be specified.  The default is to
-               recover to the end of the WAL log.
+        This parameter specifies the named restore point, created with
+        <function>pg_create_restore_point()</> to which recovery will proceed.
+        At most one of <varname>recovery_target_name</>,
+        <xref linkend="recovery-target-time"> or
+        <xref linkend="recovery-target-xid"> can be specified.  The default is to
+        recover to the end of the WAL log.
        </para>
       </listitem>
      </varlistentry>