From: Robert Haas Date: Thu, 18 Jan 2024 15:09:38 +0000 (-0500) Subject: Clarify language in incremental backup glossary entry. X-Git-Tag: REL_17_BETA1~1078 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a157a4d441586a0e590e2f8a3839114e01df4b7;p=thirdparty%2Fpostgresql.git Clarify language in incremental backup glossary entry. These changes were intended to be included in commit 7b1dbf0a8d1d4e1e6d01a76dc45a3216e8a16d94, but I goofed. --- 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 @@ 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.