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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Fix category of \parse in output of --help=commands and \?
Date: 2024-11-22 05:11:53
Message-ID: E1tELxR-002yov-73@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ea15816928c1bbcab749205a263d82daea28a3e0

Modified Files
--------------
src/bin/psql/help.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-11-22 08:47:56 pgsql: Use auxv to check for CRC32 instructions on ARM.
Previous Message Michael Paquier 2024-11-22 03:18:58 pgsql: psql: Include \pset xheader_width in --help=commands|variables