Skip to content
Snippets Groups Projects
Commit e45edb35 authored by Neil Conway's avatar Neil Conway
Browse files

Fix typo in backup docs. Patch from Euler Taveira de Oliveira.

parent 27163e38
No related branches found
No related tags found
No related merge requests found
<!-- $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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment