projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c120550
)
Clarify language in incremental backup glossary entry.
author
Robert Haas
Thu, 18 Jan 2024 15:09:38 +0000
(10:09 -0500)
committer
Robert Haas
Thu, 18 Jan 2024 15:09:38 +0000
(10:09 -0500)
These changes were intended to be included in commit
7b1dbf0a8d1d4e1e6d01a76dc45a3216e8a16d94
, but I goofed.
doc/src/sgml/glossary.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/glossary.sgml
b/doc/src/sgml/glossary.sgml
index a0150e5c48dce5cacee304438560c125a4a91921..881026ded6319803c33f6ba51e3e071b4c720ae7 100644
(file)
--- a/
doc/src/sgml/glossary.sgml
+++ b/
doc/src/sgml/glossary.sgml
@@
-904,8
+904,9
@@
To restore incremental backups the tool
- is used, which combines incremental backups with a base backup and
-
WAL
to restore a
+ is used, which combines incremental backups with a base backup.
+ Afterwards, recovery can use
+
WAL
to bring the
database cluster
to
a consistent state.