Add recovery.conf parameters to the documentation index, per suggestion
authorHeikki Linnakangas
Wed, 28 Apr 2010 07:34:11 +0000 (07:34 +0000)
committerHeikki Linnakangas
Wed, 28 Apr 2010 07:34:11 +0000 (07:34 +0000)
by Fujii Masao.

doc/src/sgml/recovery-config.sgml

index 58fa5b0b107af895da3289910e78569f32daccac..041b2bc6147bcb4a4ae7abccd999dabb313cd9b8 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Recovery Configuration
@@ -36,6 +36,9 @@
 
      
       restore_command (string)
+      
+        restore_command recovery parameter
+      
       
        
         The shell command to execute to retrieve an archived segment of
@@ -72,6 +75,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
 
      
       restartpoint_command (string)
+      
+        restartpoint_command recovery parameter
+      
       
        
         This parameter specifies a shell command that will be executed at
@@ -98,6 +104,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
 
      
       recovery_end_command (string)
+      
+        recovery_end_command recovery parameter
+      
       
        
         This parameter specifies a shell command that will be executed once only
@@ -129,6 +138,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       recovery_target_time
            (timestamp)
       
+      
+        recovery_target_time recovery parameter
+      
       
        
         This parameter specifies the time stamp up to which recovery
@@ -144,6 +156,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
 
      
       recovery_target_xid (string)
+      
+        recovery_target_xid recovery parameter
+      
       
        
         This parameter specifies the transaction ID up to which recovery
@@ -166,6 +181,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       recovery_target_inclusive
         (boolean)
       
+      
+        recovery_target_inclusive recovery parameter
+      
       
        
         Specifies whether we stop just after the specified recovery target
@@ -185,6 +203,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       recovery_target_timeline
         (string)
       
+      
+        recovery_target_timeline recovery parameter
+      
       
        
         Specifies recovering into a particular timeline.  The default is
@@ -207,6 +228,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
 
        
         standby_mode (boolean)
+        
+          standby_mode recovery parameter
+        
         
          
           Specifies whether to start the PostgreSQL server as
@@ -221,6 +245,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
        
        
         primary_conninfo (string)
+        
+          primary_conninfo recovery parameter
+        
         
          
           Specifies a connection string to be used for the standby server
@@ -254,6 +281,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
        
        
         trigger_file (string)
+        
+          trigger_file recovery parameter
+        
         
          
           Specifies a trigger file whose presence ends recovery in the