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/[email protected] Backpatch-through: 9.6 Branch ------ REL_12_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/01e9e935a1df1e4f77d4490e1986b15b0ddff064 Modified Files -------------- src/bin/psql/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
