projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5bd3a
)
doc: Add missing parenthesis to keycombo
author
Daniel Gustafsson
Tue, 16 Aug 2022 10:44:24 +0000
(12:44 +0200)
committer
Daniel Gustafsson
Tue, 16 Aug 2022 10:44:24 +0000
(12:44 +0200)
The SIGINT keycombo for the pg_waldump stats emission was lacking a
closing parenthesis. Backpatch to 15 where this feature was added.
Discussion: https://postgr.es/m/
EC39E60E
-C8B6-4CDF-8BFA-
E4D140446B41
@yesql.se
Backpatch-through: 15
doc/src/sgml/ref/pg_waldump.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_waldump.sgml
b/doc/src/sgml/ref/pg_waldump.sgml
index 57746d9421f79e978b5646250b85fc5cb6937827..c887ac1bae22ed5bbf67e3355017aa9825a5054a 100644
(file)
--- a/
doc/src/sgml/ref/pg_waldump.sgml
+++ b/
doc/src/sgml/ref/pg_waldump.sgml
@@
-263,7
+263,7
@@
PostgreSQL documentation
If
pg_waldump
is terminated by signal
SIGINT
- (
Control
C
,
+ (
Control
C
)
,
the summary of the statistics computed is displayed up to the
termination point. This operation is not supported on
Windows
.