|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.60 2005/03/23 19:38:53 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.61 2005/04/17 03:05:19 momjian Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter id="backup">
|
5 | 5 | <title>Backup and Restore</title>
|
@@ -733,8 +733,8 @@ SELECT pg_stop_backup();
|
733 | 733 | the backup history file will be named something like
|
734 | 734 | <literal>0000000100001234000055CD.007C9330.backup</>. (The second part of
|
735 | 735 | this file name stands for an exact position within the WAL file, and can
|
736 |
| - ordinarily be ignored.) Once you have safely archivedthe backup dump |
737 |
| - file, you can delete all archived WAL segments with names numerically |
| 736 | + ordinarily be ignored.) Once you have safely archivedthis WAL |
| 737 | +segmentfile, you can delete all archived WAL segments with names numerically |
738 | 738 | preceding this one. The backup history file is just a small text file.
|
739 | 739 | It contains the label string you gave to <function>pg_start_backup</>, as
|
740 | 740 | well as the starting and ending times of the backup. If you used the
|
|