pgsql: Fix pg_waldump docs.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix pg_waldump docs.
Date: 2022-03-28 03:27:24
Message-ID: E1nYg2N-001hK7-9M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 <japinli(at)hotmail(dot)com>
Discussion: https://postgr.es/m/MEYP282MB1669435CFBE57CBBA5116C66B61D9%40MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8af36427d4cc783a9efe8781889ea0936f1d48dd

Modified Files
--------------
doc/src/sgml/ref/pg_waldump.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-03-28 04:53:23 pgsql: Fix NULL input behaviour of pg_stat_get_replication_slot().
Previous Message Andres Freund 2022-03-28 01:29:36 pgsql: waldump: fix use-after-free in search_directory().