File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.76 2005/11/07 17:36:44 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.77 2006/02/24 14:03:01 momjian Exp $
3
3
-->
4
4
<chapter id="backup">
5
5
<title>Backup and Restore</title>
@@ -744,12 +744,13 @@ SELECT pg_stop_backup();
744
744
<function>pg_stop_backup</> and the archiving of all WAL segment
745
745
files needed to make the file system backup consistent.
746
746
</para>
747
+
747
748
<para>
748
749
The backup history file is just a small text file. It contains the
749
750
label string you gave to <function>pg_start_backup</>, as well as
750
- the starting and ending times of the backup. If you used the label
751
- to identify where the associated dump file is kept, then the
752
- archived history file is enough to tell you which dump file to
751
+ the starting and ending times and WAL segments of the backup.
752
+ If you used the label to identify where the associated dump file is kept,
753
+ then the archived history file is enough to tell you which dump file to
753
754
restore, should you need to do so.
754
755
</para>
755
756
You can’t perform that action at this time.
0 commit comments