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