Index: doc/src/sgml/backup.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/backup.sgml,v
retrieving revision 2.122
diff -c -r2.122 backup.sgml
*** doc/src/sgml/backup.sgml	13 Jan 2009 00:54:11 -0000	2.122
--- doc/src/sgml/backup.sgml	5 Mar 2009 10:41:03 -0000
***************
*** 1198,1217 ****
        </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>
--- 1198,1203 ----
***************
*** 1865,1871 ****
      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.
     </para>
    </sect2>
   </sect1>
--- 1851,1857 ----
      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_checkpoints</> option to print values to the server log.
     </para>
    </sect2>
   </sect1>
