Fix psql \?'s entries for \dp and \z.
authorNathan Bossart <nathan@postgresql.org>
Thu, 29 Jun 2023 04:32:53 +0000 (21:32 -0700)
committerNathan Bossart <nathan@postgresql.org>
Thu, 29 Jun 2023 04:32:53 +0000 (21:32 -0700)
commitdda9f8e7bc2e1e5cc6c77b86ce54786e9df8e0c6
treeb9479bff9eef8ae0262eee0e8246940257d2aa49
parentbc8e9a6a25e1674d49b977c1d3fc80e7c22f5b30
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
src/bin/psql/help.c