projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e54d5
)
doc: Fix typo in pg_combinebackup documentation
author
Daniel Gustafsson
Wed, 20 Dec 2023 22:07:44 +0000
(23:07 +0100)
committer
Daniel Gustafsson
Wed, 20 Dec 2023 22:07:44 +0000
(23:07 +0100)
Commit
dc2123400
accidentally misspelled "combination".
doc/src/sgml/ref/pg_combinebackup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_combinebackup.sgml
b/doc/src/sgml/ref/pg_combinebackup.sgml
index e1729671a5d425523acbf00f839a4ec8ed6b7a76..e1cb31607ec1ab1b742cf0a503007cef4d075ebc 100644
(file)
--- a/
doc/src/sgml/ref/pg_combinebackup.sgml
+++ b/
doc/src/sgml/ref/pg_combinebackup.sgml
@@
-85,7
+85,7
@@
PostgreSQL documentation
The
-n
/
--dry-run
option instructs
pg_cominebackup
to figure out what would be done
without actually creating the target directory or any output files.
- It is particularly useful in comination with
--debug
.
+ It is particularly useful in com
b
ination with
--debug
.