Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ff2c8950
Commit
ff2c8950
authored
Aug 07, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pitr docs to mention inclusive/exclusive xid specification
parent
d48d8665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+7
-6
No files found.
doc/src/sgml/backup.sgml
View file @
ff2c8950
<!--
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.4
4 2004/08/07 12:21:25
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.4
5 2004/08/07 18:07:46
momjian Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
...
...
@@ -813,11 +813,12 @@ restore_command = 'cp /mnt/server/archivedir/%f %p'
some previous point in time (say, right before the junior DBA dropped your
main transaction table), just specify the required stopping point in
<literal>recovery.conf</>. You can specify the stop point either by
date/time or by transaction ID. As of this writing only the date/time
option is very usable, since there are no tools to help you identify
which transaction ID to use. Keep in mind that while transaction
IDs are asigned sequentially at transaction start, transactions can
complete in a different numeric order.
date/time or completion of a specific transaction ID. The stop
specification can be inclusive or exclusive. As of this writing
only the date/time option is very usable, since there are no tools
to help you identify which transaction ID to use. Keep in mind
that while transaction IDs are asigned sequentially at transaction
start, transactions can complete in a different numeric order.
</para>
<para>
Note that the stop point must be after the ending time of the backup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment