pgsql: psql: Split extended query protocol meta-commands in --help=comm - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: psql: Split extended query protocol meta-commands in --help=comm
Date
Msg-id E1u6Hiq-000rqJ-0F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Split extended query protocol meta-commands in --help=commands

Compared to v17 with only \bind able to do extended query protocol work,
v18 has now a total of 11 meta-commands related to the extended query
protocol.  These were all listed under the "General" section of the
--help=commands output and are specialized, bloating the output
generated.

All these meta-commands are moved into a new section called "Extended
Query Protocol", listed at the end of --help=commands.

This split has been suggested by Noah Misch.

Discussion: https://postgr.es/m/20250415213450.1f.nmisch@google.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/78231baaf967166776de8262072acb8d589d3b6a

Modified Files
--------------
src/bin/psql/help.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: psql: Improve descriptions of \\flush[request] in --help
Next
From: David Rowley
Date:
Subject: pgsql: Fix issue with ORDER BY / DISTINCT aggregates and FILTER