projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264d284
)
Fix pg_waldump docs.
author
Thomas Munro
Mon, 28 Mar 2022 03:21:12 +0000
(16:21 +1300)
committer
Thomas Munro
Mon, 28 Mar 2022 03:26:32 +0000
(16:26 +1300)
Before
52b5568
, the recently added -l option was short for --relation.
We changed it to -R, but we forgot to update one place in the
documentation.
Author: Japin Li
Discussion: https://postgr.es/m/MEYP282MB1669435CFBE57CBBA5116C66B61D9%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
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 4e86f44c5b3bef01e94ccd458ab72219b8d479a8..1a05af5d9721d2c6cdbcbe6951c2d440f82b9889 100644
(file)
--- a/
doc/src/sgml/ref/pg_waldump.sgml
+++ b/
doc/src/sgml/ref/pg_waldump.sgml
@@
-85,7
+85,7
@@
PostgreSQL documentation
Only display records that modify the given block. The relation must
also be provided with
--relation
or
-
-
l
.
+
-
R
.