Remove tabs from SGML file.
authorBruce Momjian
Wed, 27 May 2009 12:28:55 +0000 (12:28 +0000)
committerBruce Momjian
Wed, 27 May 2009 12:28:55 +0000 (12:28 +0000)
doc/src/sgml/backup.sgml

index b018e2fdb4856afef836463cda65a37122ce7cdb..c4564740727fa5c61cd60b7d502c05a936794fd0 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Backup and Restore
@@ -1130,21 +1130,21 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       recovery_end_command (string)
       
        
-       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 %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. %r would only be
-       used in a warm-standby configuration  (see ). 
+        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 %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. %r would only be
+        used in a warm-standby configuration  (see ). 
         Write %% to embed an actual % 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.