Remove documentation of log_restartpoints setting, which is obsoleted
authorTom Lane
Thu, 5 Mar 2009 19:50:03 +0000 (19:50 +0000)
committerTom Lane
Thu, 5 Mar 2009 19:50:03 +0000 (19:50 +0000)
in favor of log_checkpoints.  Fujii Masao

doc/src/sgml/backup.sgml

index 4c00ca07e1b3472d68c6bc659e379814c8e1bf20..51c3f909b31c7b9b06e4d02e5524329a986cb0b2 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Backup and Restore
@@ -1198,20 +1198,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       
      
 
-     
-                   xreflabel="log_restartpoints">
-      log_restartpoints
-        (boolean)
-      
-      
-       
-        Specifies whether to log each restart point as it occurs. This
-        can be helpful to track the progress of a long recovery.
-        Default is false.
-       
-      
-     
-
    
 
    
@@ -1865,7 +1851,7 @@ if (!triggered)
     backup.  You can do this by running pg_controldata
     on the standby server to inspect the control file and determine the
     current checkpoint WAL location, or by using the
-    log_restartpoints option to print values to the server log.
+    log_checkpoints option to print values to the server log.