Skip to content

Commit 01979d1

Browse files
committed
Update PITR setence to mention WAL and file system dump.
1 parent 7aa066f commit 01979d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Apr 18 10:42:34 EDT 2005
11+
Last updated: Mon Apr 18 11:03:14 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
1414
site, <a href="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@@ -103,10 +103,10 @@ <h1><a name="section_2">Administration</a></h1>
103103
logs
104104
<p> Currently only full WAL files are archived. This means that the most
105105
recent transactions aren't available for recovery in case of a disk
106-
failure.
106+
failure. This could be triggered by a user command or a timer.
107107
</p>
108-
</li><li>Force archiving of partially-full WAL files when pg_stop_backup() is
109-
called or the server is stopped
108+
</li><li>Automatically force archiving of partially-filled WAL files when
109+
pg_stop_backup() is called or the server is stopped
110110
<p> Doing this will allow administrators to know more easily when the
111111
archive contins all the files needed for point-in-time recovery.
112112
</p>

doc/src/sgml/backup.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/18 13:11:04 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.64 2005/04/18 17:40:40 momjian Exp $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -741,10 +741,10 @@ SELECT pg_stop_backup();
741741
<literal>0000000100001234000055CD.007C9330.backup</>. (The second
742742
number in the file name stands for an exact position within the WAL
743743
file, and can ordinarily be ignored.) Once you have safely archived
744-
the WAL segment files used during the file system backup (as
745-
specified in the backup history file), you can delete all archived
746-
WAL segments with names numerically less. Keep in mind that only
747-
completed WAL segment files are archived, so there will be delay
744+
the file system backup and the WAL segment files used during the
745+
backup (as specified in the backup history file), you can delete all
746+
archived WAL segments with names numerically less. Keep in mind that
747+
only completed WAL segment files are archived, so there will be delay
748748
between running <function>pg_stop_backup</> and the archiving of
749749
all WAL segment files needed to make the file system backup
750750
consistent.

0 commit comments

Comments
 (0)