pgsql: Further 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: Further tweak the default behavior of psql's \dconfig.
Date: 2022-04-13 19:04:03
Message-ID: E1neiHb-000NEL-LD@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further tweak the default behavior of psql's \dconfig.

Define "parameters with non-default settings" as being those that
not only have pg_settings.source different from 'default', but
also have a current value different from the hard-wired boot_val.
Adding the latter restriction removes a number of not-very-interesting
cases where the active setting is chosen by initdb but in practice
tends to be the same all the time.

Per discussion with Jonathan Katz.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/139d46ee26a2c7813d02739d35fa305890643ac1

Modified Files
--------------
src/bin/psql/describe.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-13 20:26:46 pgsql: Fix case sensitivity in psql's tab completion for GUC names.
Previous Message Tom Lane 2022-04-13 17:36:10 pgsql: Prevent access to no-longer-pinned buffer in heapam_tuple_lock()