psql: Fix category of \parse in output of --help=commands and \?

Michael Paquier <michael@paquier.xyz>

Commit: ea15816928c1bbcab749205a263d82daea28a3e0
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-11-22T05:04:21Z
Releases: 18.0
psql: Fix category of \parse in output of --help=commands and \?

\parse was listed under the category "Connection", which was incorrect.
Let's move it to "General" like the other meta-commands of the same type
(\bind, \bind_named and \close).

Oversight in commit d55322b0da60.

Discussion: https://postgr.es/m/Zz_x-NEKNeeRlAVc@paquier.xyz

Files

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

Discussion