Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
18b98505
Commit
18b98505
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Clarify name of file to be checked for PITR expiring.
parent
1a6ad669
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/backup.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/backup.sgml
with
3 additions
and
3 deletions
doc/src/sgml/backup.sgml
+
3
−
3
View file @
18b98505
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.6
0
2005/0
3/23 19:38:53 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.6
1
2005/0
4/17 03:05:19 momjian
Exp $
-->
-->
<chapter id="backup">
<chapter id="backup">
<title>Backup and Restore</title>
<title>Backup and Restore</title>
...
@@ -733,8 +733,8 @@ SELECT pg_stop_backup();
...
@@ -733,8 +733,8 @@ SELECT pg_stop_backup();
the backup history file will be named something like
the backup history file will be named something like
<literal>0000000100001234000055CD.007C9330.backup</>. (The second part of
<literal>0000000100001234000055CD.007C9330.backup</>. (The second part of
this file name stands for an exact position within the WAL file, and can
this file name stands for an exact position within the WAL file, and can
ordinarily be ignored.) Once you have safely archived th
e backup dump
ordinarily be ignored.) Once you have safely archived th
is WAL
file, you can delete all archived WAL segments with names numerically
segment
file, you can delete all archived WAL segments with names numerically
preceding this one. The backup history file is just a small text file.
preceding this one. The backup history file is just a small text file.
It contains the label string you gave to <function>pg_start_backup</>, as
It contains the label string you gave to <function>pg_start_backup</>, as
well as the starting and ending times of the backup. If you used the
well as the starting and ending times of the backup. If you used the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment