From: Alvaro Herrera Date: Tue, 21 Jul 2020 17:11:23 +0000 (-0400) Subject: Glossary: Add term "base backup" X-Git-Tag: REL_14_BETA1~1942 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=606c3845988ddd9497cbbbf6fc559b91c76ed65d;p=thirdparty%2Fpostgresql.git Glossary: Add term "base backup" Author: Jürgen Purtz Discussion: https://postgr.es/m/95f90a5d-7692-701d-2c0c-0c88eb5cea7d@purtz.de --- diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index abb6f56668e..9d2385031ca 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -178,6 +178,19 @@ + + Base Backup + + + A binary copy of all + database cluster + files. It is generated by the tool . + In combination with WAL files it can be used as the starting point + for recovery, log shipping, or streaming replication. + + + + Bloat