]> git.ipfire.org Git - thirdparty/postgresql.git/commit
psql: Include \pset xheader_width in --help=commands|variables
authorMichael Paquier <michael@paquier.xyz>
Fri, 22 Nov 2024 03:17:55 +0000 (12:17 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 22 Nov 2024 03:17:55 +0000 (12:17 +0900)
commit4ecb136bfaa72780332c495259d99ffd236da50e
tree4bd37f38b14211fad8ab649f9acb1fd8e59eab12
parent6de14dbb3629eb5393db9bfab8ea3d5b1b8a0c23
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
src/bin/psql/help.c