Fix inconsistencies in psql --help=commands

Michael Paquier <michael@paquier.xyz>

Commit: 6bfcc7d0d19a32fe44a8671aa5ecca9e5b39221a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-06-09T07:25:49Z
Releases: 13.4
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

Files

PathChange+/−
src/bin/psql/help.c modified +3 −3

Discussion