aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-05-27 12:28:55 +0000
committerBruce Momjian <bruce@momjian.us>2009-05-27 12:28:55 +0000
commitfa89e18f09e8f7fc7c89e86a7c9e6969969dfc60 (patch)
tree8dab8cc5c19374335e27be06bcf63097bac6c285
parent253ff58a1d08127b9d61dffdaa6b4c3782828dbd (diff)
downloadpostgresql-fa89e18f09e8f7fc7c89e86a7c9e6969969dfc60.tar.gz
postgresql-fa89e18f09e8f7fc7c89e86a7c9e6969969dfc60.zip
Remove tabs from SGML file.
-rw-r--r--doc/src/sgml/backup.sgml28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index b018e2fdb48..c4564740727 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.126 2009/05/14 20:31:09 heikki Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.127 2009/05/27 12:28:55 momjian Exp $ -->
<chapter id="backup">
<title>Backup and Restore</title>
@@ -1130,21 +1130,21 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<term><varname>recovery_end_command</varname> (<type>string</type>)</term>
<listitem>
<para>
- This parameter specifies a shell command that will be executed once only
- at the end of recovery. This parameter is optional. The purpose of the
- recovery_end_command is to provide a mechanism for cleanup following
- replication or recovery.
- Any <literal>%r</> is replaced by the name of the file
- containing the last valid restart point. That is the earliest file that
- must be kept to allow a restore to be restartable, so this information
- can be used to truncate the archive to just the minimum required to
- support restart of the current restore. <literal>%r</> would only be
- used in a warm-standby configuration (see <xref linkend="warm-standby">).
+ This parameter specifies a shell command that will be executed once only
+ at the end of recovery. This parameter is optional. The purpose of the
+ recovery_end_command is to provide a mechanism for cleanup following
+ replication or recovery.
+ Any <literal>%r</> is replaced by the name of the file
+ containing the last valid restart point. That is the earliest file that
+ must be kept to allow a restore to be restartable, so this information
+ can be used to truncate the archive to just the minimum required to
+ support restart of the current restore. <literal>%r</> would only be
+ used in a warm-standby configuration (see <xref linkend="warm-standby">).
Write <literal>%%</> to embed an actual <literal>%</> character
in the command.
- If the command returns a non-zero exit status then a WARNING log
- message will be written, unless signalled in which case we return
- a FATAL error.
+ If the command returns a non-zero exit status then a WARNING log
+ message will be written, unless signalled in which case we return
+ a FATAL error.
</para>
</listitem>
</varlistentry>