]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix inconsistencies in psql --help=commands
authorMichael Paquier <michael@paquier.xyz>
Wed, 9 Jun 2021 07:25:49 +0000 (16:25 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 9 Jun 2021 07:25:49 +0000 (16:25 +0900)
commit6bfcc7d0d19a32fe44a8671aa5ecca9e5b39221a
tree765b52f99027665fab412e1681d16816f7f30aa1
parentc5b28184132d30ce7f77b24b0e7f302a8f37f407
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