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:
@ -904,8 +904,9 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
To restore incremental backups the tool <xref linkend="app-pgcombinebackup"/>
|
To restore incremental backups the tool <xref linkend="app-pgcombinebackup"/>
|
||||||
is used, which combines incremental backups with a base backup and
|
is used, which combines incremental backups with a base backup.
|
||||||
<glossterm linkend="glossary-wal">WAL</glossterm> to restore a
|
Afterwards, recovery can use
|
||||||
|
<glossterm linkend="glossary-wal">WAL</glossterm> to bring the
|
||||||
<glossterm linkend="glossary-db-cluster">database cluster</glossterm> to
|
<glossterm linkend="glossary-db-cluster">database cluster</glossterm> to
|
||||||
a consistent state.
|
a consistent state.
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user