Remove documentation of log_restartpoints setting, which is obsoleted
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Mar 2009 19:50:03 +0000 (19:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Mar 2009 19:50:03 +0000 (19:50 +0000)
in favor of log_checkpoints.  Fujii Masao

doc/src/sgml/backup.sgml

index fb52b50019fa946cc038a8b9293aa0f3a7204e5e..02545f15af378eb83db2c337b9f080b3417f7050 100644 (file)
@@ -1198,20 +1198,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"'  # Windows
       </listitem>
      </varlistentry>
 
-     <varlistentry id="log-restartpoints"
-                   xreflabel="log_restartpoints">
-      <term><varname>log_restartpoints</varname>
-        (<type>boolean</type>)
-      </term>
-      <listitem>
-       <para>
-        Specifies whether to log each restart point as it occurs. This
-        can be helpful to track the progress of a long recovery.
-        Default is <literal>false</>.
-       </para>
-      </listitem>
-     </varlistentry>
-
    </variablelist>
 
    </sect3>
@@ -1865,7 +1851,7 @@ if (!triggered)
     backup.  You can do this by running <application>pg_controldata</>
     on the standby server to inspect the control file and determine the
     current checkpoint WAL location, or by using the
-    <varname>log_restartpoints</> option to print values to the server log.
+    <varname>log_checkpoints</> option to print values to the server log.
    </para>
   </sect2>
  </sect1>