Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e45edb3

Browse files
author
Neil Conway
committed
Fix typo in backup docs. Patch from Euler Taveira de Oliveira.
1 parent 27163e3 commit e45edb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.91 2006/10/23 18:10:30 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.92 2006/10/30 00:08:02 neilc Exp $ -->
22

33
<chapter id="backup">
44
<title>Backup and Restore</title>
@@ -1430,7 +1430,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows
14301430

14311431
<para>
14321432
Sample code for the C version of the <varname>restore_command</>
1433-
would be be:
1433+
would be:
14341434
<programlisting>
14351435
triggered = false;
14361436
while (!NextWALFileReady() && !triggered)

0 commit comments

Comments
 (0)