pgsql: Fix inconsistencies in psql --help=commands - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix inconsistencies in psql --help=commands
Date
Msg-id E1lqscp-0001BO-IU@gemulon.postgresql.org
Whole thread Raw
List 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/6a984e24-2171-4039-9050-92d55e7b23fe@www.fastmail.com
Backpatch-through: 9.6

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6bfcc7d0d19a32fe44a8671aa5ecca9e5b39221a

Modified Files
--------------
src/bin/psql/help.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Force NO SCROLL for plpgsql's implicit cursors.
Next
From: Robert Haas
Date:
Subject: pgsql: Allow PostgresNode.pm's backup method to accept backup_options.