Re: Showing parallel status in \df+ - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Showing parallel status in \df+
Date
Msg-id 5aacd611-94b7-3b98-de8e-cae34e18cbee@2ndquadrant.com
Whole thread Raw
In response to Re: Showing parallel status in \df+  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Showing parallel status in \df+  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Showing parallel status in \df+  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On 7/12/16 7:11 PM, Stephen Frost wrote:
> I'm curious how it's useful and in what way \sf does not accomplish what
> you use \df+ for.

One main use is to see multiple related functions next to each other and
compare their source code.  But also because one is used to \df and
wants to see everything there and not in a different format like \sf.

So ways to consolidate that would be supporting wildcards and multiple
results in \sf, and/or the option to show a truncated version of the
source code in \df+, or perhaps a \df++.

> We've already had to change the structure of \df+; I'm not convinced
> that avoiding doing so further now, just to do so again in the next
> release, is actually a better answer than changing it now.

We added a new column related to a new feature, which is hardly changing
the structure.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Mike Blackwell
Date:
Subject: application_name in process name?
Next
From: Tom Lane
Date:
Subject: Re: Showing parallel status in \df+