]> 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:57 +0000 (16:25 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 9 Jun 2021 07:25:57 +0000 (16:25 +0900)
commit01e9e935a1df1e4f77d4490e1986b15b0ddff064
treec67ba26171e0b47cf539d5c89bb6775932bb2ebc
parent18232330062026d3575ec5f387b70f63a856e0ea
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