pgsql: psql: Include \pset xheader_width in --help=commands|variables

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Include \pset xheader_width in --help=commands|variables
Date: 2024-11-22 03:18:58
Message-ID: E1tEKCA-002yDa-0W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Include \pset xheader_width in --help=commands|variables

psql's --help was missed the description of the \pset variable
xheader_width, that should be listed when using \? or --help=commands,
and described for --help=variables.

Oversight in a45388d6e098.

Author: Pavel Luzanov
Discussion: https://postgr.es/m/1e3e06d6-0807-4e62-a9f6-c11481e6eb10@postgrespro.ru
Backpatch-through: 16

Branch
------
REL_17_STABLE

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

Modified Files
--------------
src/bin/psql/help.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-11-22 05:11:53 pgsql: psql: Fix category of \parse in output of --help=commands and \?
Previous Message Michael Paquier 2024-11-22 03:18:57 pgsql: psql: Include \pset xheader_width in --help=commands|variables