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