From 8af36427d4cc783a9efe8781889ea0936f1d48dd Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Mon, 28 Mar 2022 16:21:12 +1300 Subject: [PATCH] Fix pg_waldump docs. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml index 4e86f44c5b3..1a05af5d972 100644 --- 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 or - . + . -- 2.39.5