Fix psql \?'s entries for \dp and \z.

Nathan Bossart <nathan@postgresql.org>

Commit: dda9f8e7bc2e1e5cc6c77b86ce54786e9df8e0c6
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2023-06-29T04:32:53Z
Releases: 16.0
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

Files

PathChange+/−
src/bin/psql/help.c modified +2 −2

Discussion