From: Neil Conway Date: Mon, 30 Oct 2006 00:08:02 +0000 (+0000) Subject: Fix typo in backup docs. Patch from Euler Taveira de Oliveira. X-Git-Tag: REL8_2_BETA3~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e45edb35e1fb2b05c251c232477a55bd2428a3c2;p=thirdparty%2Fpostgresql.git Fix typo in backup docs. Patch from Euler Taveira de Oliveira. --- diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index fdfcfb7fef4..250a0744b35 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ - + Backup and Restore @@ -1430,7 +1430,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows Sample code for the C version of the restore_command - would be be: + would be: triggered = false; while (!NextWALFileReady() && !triggered)