File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="backup">
4
4
<title>Backup and Restore</title>
@@ -1198,20 +1198,6 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
1198
1198
</listitem>
1199
1199
</varlistentry>
1200
1200
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
-
1215
1201
</variablelist>
1216
1202
1217
1203
</sect3>
@@ -1865,7 +1851,7 @@ if (!triggered)
1865
1851
backup. You can do this by running <application>pg_controldata</>
1866
1852
on the standby server to inspect the control file and determine the
1867
1853
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.
1869
1855
</para>
1870
1856
</sect2>
1871
1857
</sect1>
You can’t perform that action at this time.
0 commit comments