diff options
author | Thomas Munro | 2022-03-28 03:21:12 +0000 |
---|---|---|
committer | Thomas Munro | 2022-03-28 03:26:32 +0000 |
commit | 8af36427d4cc783a9efe8781889ea0936f1d48dd (patch) | |
tree | f2f7599fc1a09c8124a5845e513f133af38e75f1 | |
parent | 264d284929e0d5a419821f94f16f766b5497c87a (diff) |
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 <[email protected]>
Discussion: https://postgr.es/m/MEYP282MB1669435CFBE57CBBA5116C66B61D9%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
-rw-r--r-- | doc/src/sgml/ref/pg_waldump.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_waldump.sgml b/doc/src/sgml/ref/pg_waldump.sgml index 4e86f44c5b..1a05af5d97 100644 --- a/doc/src/sgml/ref/pg_waldump.sgml +++ b/doc/src/sgml/ref/pg_waldump.sgml @@ -85,7 +85,7 @@ PostgreSQL documentation <para> Only display records that modify the given block. The relation must also be provided with <option>--relation</option> or - <option>-l</option>. + <option>-R</option>. </para> </listitem> </varlistentry> |