|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.70 2005/10/13 17:32:42 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.71 2005/10/15 01:15:33 alvherre Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter id="backup">
|
5 | 5 | <title>Backup and Restore</title>
|
@@ -722,7 +722,7 @@ SELECT pg_stop_backup();
|
722 | 722 | segments with names numerically less are no longer needed to recover
|
723 | 723 | the file system backup and may be deleted. However, you should
|
724 | 724 | consider keeping several backup sets to be absolutely certain that
|
725 |
| - youarecan recover your data. Keep in mind that only completed WAL |
| 725 | + you can recover your data. Keep in mind that only completed WAL |
726 | 726 | segment files are archived, so there will be delay between running
|
727 | 727 | <function>pg_stop_backup</> and the archiving of all WAL segment
|
728 | 728 | files needed to make the file system backup consistent.
|
|