diff options
author | Bruce Momjian | 2005-04-17 03:05:19 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-04-17 03:05:19 +0000 |
commit | 18b985055de8270e4a8ba3a6bc1a2de1e980a136 (patch) | |
tree | 104e6368b0be7fcdf67cf2d17d8d8ff5cdaf41d3 /doc/src | |
parent | 1a6ad669fbe5f5bd5bd75988ebd6efa19ed05c26 (diff) |
Clarify name of file to be checked for PITR expiring.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 77dbf94f583..c02d2ef3215 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.60 2005/03/23 19:38:53 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.61 2005/04/17 03:05:19 momjian Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -733,8 +733,8 @@ SELECT pg_stop_backup(); the backup history file will be named something like <literal>0000000100001234000055CD.007C9330.backup</>. (The second part of this file name stands for an exact position within the WAL file, and can - ordinarily be ignored.) Once you have safely archived the backup dump - file, you can delete all archived WAL segments with names numerically + ordinarily be ignored.) Once you have safely archived this WAL + segment file, you can delete all archived WAL segments with names numerically preceding this one. The backup history file is just a small text file. It contains the label string you gave to <function>pg_start_backup</>, as well as the starting and ending times of the backup. If you used the |