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

Michael Paquier <michael@paquier.xyz>

Commit: e6d6f2e46b57c0b89ecc6b9d37b571165f7c02a1
Author: Michael Paquier <michael@paquier.xyz>
Date: 2024-11-22T03:17:49Z
Releases: 17.3
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

Files

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

Discussion