projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b2d58
)
Glossary: Add term "base backup"
author
Alvaro Herrera
Tue, 21 Jul 2020 17:11:23 +0000
(13:11 -0400)
committer
Alvaro Herrera
Tue, 21 Jul 2020 17:11:23 +0000
(13:11 -0400)
Author: Jürgen Purtz
Discussion: https://postgr.es/m/
95f90a5d
-7692-701d-2c0c-
0c88eb5cea7d
@purtz.de
doc/src/sgml/glossary.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/glossary.sgml
b/doc/src/sgml/glossary.sgml
index abb6f56668e76bf20989832766c7dcbc2feed52f..9d2385031ca4948f34e35aaf48c709aa8fc10785 100644
(file)
--- 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