pgsql: Refer readers of \? to "\? variables" for pset options

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refer readers of \? to "\? variables" for pset options
Date: 2025-11-06 16:37:21
Message-ID: E1vH2zB-005Jyl-2m@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refer readers of \? to "\? variables" for pset options

... and remove the list of \pset options from the general \? output.
That list was getting out of hand, both for developers to keep up to
date as well as for users to read.

Author: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/202511041638.dm4qukcxfjto@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8fe7700b7eafe95d20244c5c85567f1573669e23

Modified Files
--------------
src/bin/psql/help.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-11-06 18:21:33 pgsql: Introduce XLogRecPtrIsValid()
Previous Message Peter Eisentraut 2025-11-06 13:09:42 pgsql: Disallow generated columns in COPY WHERE clause