Clarify language in incremental backup glossary entry.

These changes were intended to be included in commit
7b1dbf0a8d, but I goofed.
pull/152/head
Robert Haas 2 years ago
parent c120550edb
commit 0a157a4d44
  1. 5
      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>

Loading…
Cancel
Save