8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27163e3 commit e45edb3Copy full SHA for e45edb3
doc/src/sgml/backup.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="backup">
4
<title>Backup and Restore</title>
@@ -1430,7 +1430,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows
1430
1431
<para>
1432
Sample code for the C version of the <varname>restore_command</>
1433
- would be be:
+ would be:
1434
<programlisting>
1435
triggered = false;
1436
while (!NextWALFileReady() && !triggered)
0 commit comments