Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit df8684c

Browse files
committed
Remove documentation of log_restartpoints setting, which is obsoleted
in favor of log_checkpoints. Fujii Masao
1 parent 08eb37d commit df8684c

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.122 2009/01/13 00:54:11 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.123 2009/03/05 19:50:03 tgl Exp $ -->
22

33
<chapter id="backup">
44
<title>Backup and Restore</title>
@@ -1198,20 +1198,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
11981198
</listitem>
11991199
</varlistentry>
12001200

1201-
<varlistentry id="log-restartpoints"
1202-
xreflabel="log_restartpoints">
1203-
<term><varname>log_restartpoints</varname>
1204-
(<type>boolean</type>)
1205-
</term>
1206-
<listitem>
1207-
<para>
1208-
Specifies whether to log each restart point as it occurs. This
1209-
can be helpful to track the progress of a long recovery.
1210-
Default is <literal>false</>.
1211-
</para>
1212-
</listitem>
1213-
</varlistentry>
1214-
12151201
</variablelist>
12161202

12171203
</sect3>
@@ -1865,7 +1851,7 @@ if (!triggered)
18651851
backup. You can do this by running <application>pg_controldata</>
18661852
on the standby server to inspect the control file and determine the
18671853
current checkpoint WAL location, or by using the
1868-
<varname>log_restartpoints</> option to print values to the server log.
1854+
<varname>log_checkpoints</> option to print values to the server log.
18691855
</para>
18701856
</sect2>
18711857
</sect1>

0 commit comments

Comments
 (0)