diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-02-09 08:16:49 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-02-09 08:16:49 -0500 |
commit | 70802e0dbef0af4bf73ce25489b8be6e40eca2be (patch) | |
tree | 00cf16aaa32bc81cc6e43e3c142cf25df7240594 /doc/src | |
parent | ee4b67fcff9cce85812639b3a0ef14f5bcf85f99 (diff) | |
download | postgresql-70802e0dbef0af4bf73ce25489b8be6e40eca2be.tar.gz postgresql-70802e0dbef0af4bf73ce25489b8be6e40eca2be.zip |
Remove more SGML tabs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index ab52bd06e64..0ccd65e3ee3 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -174,7 +174,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows This parameter specifies the time stamp up to which recovery will proceed. At most one of <varname>recovery_target_time</>, - <xref linkend="recovery-target-name"> or + <xref linkend="recovery-target-name"> or <xref linkend="recovery-target-xid"> can be specified. The default is to recover to the end of the WAL log. The precise stopping point is also influenced by @@ -197,7 +197,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows The transactions that will be recovered are those that committed before (and optionally including) the specified one. At most one of <varname>recovery_target_xid</>, - <xref linkend="recovery-target-name"> or + <xref linkend="recovery-target-name"> or <xref linkend="recovery-target-time"> can be specified. The default is to recover to the end of the WAL log. The precise stopping point is also influenced by |