|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.43 2004/08/0703:21:11 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.44 2004/08/0712:21:25 momjian Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter id="backup">
|
5 | 5 | <title>Backup and Restore</title>
|
@@ -818,7 +818,7 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
|
818 | 818 | which transaction ID to use. Keep in mind that while transaction
|
819 | 819 | IDs are asigned sequentially at transaction start, transactions can
|
820 | 820 | complete in a different numeric order.
|
821 |
| - </para |
| 821 | + </para> |
822 | 822 | <para>
|
823 | 823 | Note that the stop point must be after the ending time of the backup
|
824 | 824 | (ie, the time of <function>pg_stop_backup</>). You cannot use a base
|
|