1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Clarify language in incremental backup glossary entry.

These changes were intended to be included in commit
7b1dbf0a8d, but I goofed.
This commit is contained in:
Robert Haas
2024-01-18 10:09:38 -05:00
parent c120550edb
commit 0a157a4d44

View File

@ -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>