pgsql: Tweak the default behavior of psql's \dconfig.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tweak the default behavior of psql's \dconfig.
Date: 2022-04-11 19:11:52
Message-ID: E1ndzS4-00047n-8f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak the default behavior of psql's \dconfig.

\dconfig without an argument originally printed all parameters,
but it seems more useful to print only those parameters with
non-default settings. You can easily get the show-everything
behavior with "\dconfig *", but that output is unwieldy and
seems unlikely to be wanted very often.

Per suggestion from Christoph Berg.

Discussion: https://postgr.es/m/YlFQLzlPi4QD0wSi@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e70d8b5d18b0a71528dc6f11ade31a9d10e00cb

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 10 ++++++----
src/bin/psql/describe.c | 16 +++++++++++-----
2 files changed, 17 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-04-11 19:21:06 Re: API stability [was: pgsql: Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.]
Previous Message Thom Brown 2022-04-11 18:51:03 Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery