summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2024-01-18 15:09:38 +0000
committerRobert Haas2024-01-18 15:09:38 +0000
commit0a157a4d441586a0e590e2f8a3839114e01df4b7 (patch)
tree6dc1f61491bc0565747ff78212bdb198244134b6
parentc120550edb86b8e0d785063501c259e29aa80eb6 (diff)
Clarify language in incremental backup glossary entry.
These changes were intended to be included in commit 7b1dbf0a8d1d4e1e6d01a76dc45a3216e8a16d94, but I goofed.
-rw-r--r--doc/src/sgml/glossary.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml
index a0150e5c48d..881026ded63 100644
--- a/doc/src/sgml/glossary.sgml
+++ b/doc/src/sgml/glossary.sgml
@@ -904,8 +904,9 @@
</para>
<para>
To restore incremental backups the tool <xref linkend="app-pgcombinebackup"/>
- is used, which combines incremental backups with a base backup and
- <glossterm linkend="glossary-wal">WAL</glossterm> to restore a
+ is used, which combines incremental backups with a base backup.
+ Afterwards, recovery can use
+ <glossterm linkend="glossary-wal">WAL</glossterm> to bring the
<glossterm linkend="glossary-db-cluster">database cluster</glossterm> to
a consistent state.
</para>