Fix psql \?'s entries for \dp and \z. d913928c9c added support for the "S" modifier to psql's \dp and \z meta-commands, but it missed updating the corresponding entries in \?'s output.
Author: Noriyoshi Shinoda Discussion: https://postgr.es/m/DM4PR84MB17342A51B3A1556CFBC7A4B2EE25A%40DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/dda9f8e7bc2e1e5cc6c77b86ce54786e9df8e0c6 Modified Files -------------- src/bin/psql/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)