Re: How about a psql backslash command to show GUCs? - Mailing list pgsql-hackers

From Joe Conway
Subject Re: How about a psql backslash command to show GUCs?
Date
Msg-id 5588a650-48e2-3d3d-ad36-a1ea6787a15a@joeconway.com
Whole thread Raw
In response to Re: How about a psql backslash command to show GUCs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: How about a psql backslash command to show GUCs?  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On 4/6/22 23:02, Tom Lane wrote:
> "Jonathan S. Katz" <jkatz@postgresql.org> writes:
>> +1 for \dconf
> 
> Here's a draft patch using \dconf.  No tests or docs yet.

WFM -- using some form of \d<something> makes more sense than 
\s<something>, and I can't think of anything better that \dconf.

I will say that I care about context far more often than unit or type 
though, so from my point of view I would switch them around with respect 
to which is only shown with verbose.

Joe



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Fix a typo in xlogrecovery.c
Next
From: Justin Pryzby
Date:
Subject: Re: REINDEX blocks virtually any queries but some prepared queries.