Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff2c895

Browse files
committed
Update pitr docs to mention inclusive/exclusive xid specification
1 parentd48d866 commitff2c895

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.44 2004/08/0712:21:25 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.45 2004/08/0718:07:46 momjian Exp $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -813,11 +813,12 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
813813
some previous point in time (say, right before the junior DBA dropped your
814814
main transaction table), just specify the required stopping point in
815815
<literal>recovery.conf</>. You can specify the stop point either by
816-
date/time or by transaction ID. As of this writing only the date/time
817-
option is very usable, since there are no tools to help you identify
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.
816+
date/time or completion of a specific transaction ID. The stop
817+
specification can be inclusive or exclusive. As of this writing
818+
only the date/time option is very usable, since there are no tools
819+
to help you identify which transaction ID to use. Keep in mind
820+
that while transaction IDs are asigned sequentially at transaction
821+
start, transactions can complete in a different numeric order.
821822
</para>
822823
<para>
823824
Note that the stop point must be after the ending time of the backup

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp