]> granicus.if.org Git - postgresql/commitdiff
Fix typo in backup docs. Patch from Euler Taveira de Oliveira.
authorNeil Conway <neilc@samurai.com>
Mon, 30 Oct 2006 00:08:02 +0000 (00:08 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 30 Oct 2006 00:08:02 +0000 (00:08 +0000)
doc/src/sgml/backup.sgml

index fdfcfb7fef4135ea40288df15792442251cba0aa..250a0744b357aa5ca50c7942cd8b5868b07d86a3 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.91 2006/10/23 18:10:30 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.92 2006/10/30 00:08:02 neilc Exp $ -->
 
 <chapter id="backup">
  <title>Backup and Restore</title>
@@ -1430,7 +1430,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"'  # Windows
 
    <para>
     Sample code for the C version of the <varname>restore_command</>
-    would be be:
+    would be:
 <programlisting>
 triggered = false;
 while (!NextWALFileReady() && !triggered)