From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix inconsistencies in psql --help=commands |
Date: | 2021-06-09 07:27:43 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix inconsistencies in psql --help=commands
The set of subcommands supported by \dAp, \do and \dy was described
incorrectly in psql's --help. The documentation was already consistent
with the code.
Reported-by: inoas, from IRC
Author: Matthijs van der Vleuten
Reviewed-by: Neil Chen
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
------
master
Modified Files
--------------
src/bin/psql/help.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2021-06-09 16:33:53 | pgsql: Allow PostgresNode.pm's backup method to accept backup_options. |
Previous Message | Drouvot, Bertrand | 2021-06-09 06:17:28 | Re: logical decoding bug: segfault in ReorderBufferToastReplace() |