From: Alvaro Herrera Date: Sat, 15 Oct 2005 01:15:33 +0000 (+0000) Subject: Fix typo. X-Git-Tag: REL8_1_0BETA4~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b5cd6dcdc6b8447920cb4db7c13dbf451353477;p=thirdparty%2Fpostgresql.git Fix typo. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 4dbeae9fd66..f4dc252780b 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,5 +1,5 @@ Backup and Restore @@ -722,7 +722,7 @@ SELECT pg_stop_backup(); segments with names numerically less are no longer needed to recover the file system backup and may be deleted. However, you should consider keeping several backup sets to be absolutely certain that - you are can recover your data. Keep in mind that only completed WAL + you can recover your data. Keep in mind that only completed WAL segment files are archived, so there will be delay between running pg_stop_backup and the archiving of all WAL segment files needed to make the file system backup consistent.