Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb8f9cc

Browse files
committed
Mention that the archive history file has the wal start/stop file names.
1 parent268c1b6 commiteb8f9cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -744,12 +744,13 @@ SELECT pg_stop_backup();
744744
<function>pg_stop_backup</> and the archiving of all WAL segment
745745
files needed to make the file system backup consistent.
746746
</para>
747+
747748
<para>
748749
The backup history file is just a small text file. It contains the
749750
label string you gave to <function>pg_start_backup</>, as well as
750-
the starting and ending timesof the backup. If you usedthelabel
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 timesand WAL segments ofthebackup.
752+
If you used the labelto identify where the associated dump file is kept,
753+
then thearchived history file is enough to tell you which dump file to
753754
restore, should you need to do so.
754755
</para>
755756

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp