Fix inconsistencies in psql --help=commands
authorMichael Paquier <[email protected]>
Wed, 9 Jun 2021 07:26:11 +0000 (16:26 +0900)
committerMichael Paquier <[email protected]>
Wed, 9 Jun 2021 07:26:11 +0000 (16:26 +0900)
commit954ee4b566eebfae535905696887ffd123038fd7
tree3da662a880c73c5506fa4c8fd6f98e7e4f976ab7
parentac600c54165631d5266c8aa7c5cb8c96ac589138
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
src/bin/psql/help.c