diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-02-09 08:15:38 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-02-09 08:15:38 -0500 |
commit | ee4b67fcff9cce85812639b3a0ef14f5bcf85f99 (patch) | |
tree | 5f41d3a2ffaa3cf444e785bf3c9c7072001ec4c9 | |
parent | 036bb15872fa52f6f403ca22d36a8652bbaf9d3c (diff) | |
download | postgresql-ee4b67fcff9cce85812639b3a0ef14f5bcf85f99.tar.gz postgresql-ee4b67fcff9cce85812639b3a0ef14f5bcf85f99.zip |
Remove tabs in SGML file.
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 0706f791217..ab52bd06e64 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -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> |