Re: \df displaying volatility

From: David Fetter <david(at)fetter(dot)org>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: \df displaying volatility
Date: 2008-05-25 16:10:40
Message-ID: 20080525161040.GB20617@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 25, 2008 at 10:05:10AM -0400, Alvaro Herrera wrote:
> Tom Lane wrote:
> > Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> > > Would anyone object to \df displaying a function's volatility? Maybe
> > > limit it to \df+?
> >
> > Huh? \df+ has displayed volatility for a long time, and I don't recall
> > any great demand to move it into \df.
>
> Hmm, right. Maybe the problem I have is that we made \df+ so wide so as
> to be almost useless by now ...
>
> I think this is mostly caused by the "args" column getting too wide.
> Can we remove the OUT params from it?

Not a great idea. Maybe having the output of \df+ be \x'd would help
more.

> BTW what happened to the idea of displaying only user functions by
> default?

Some of the people who'd approve such a patch have trouble imagining
why the other 99.99%+ of the use base find having the system functions
appear by default to be useless clutter :(

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Coutinho 2008-05-25 16:36:08 Packages in oracle Style
Previous Message Alvaro Herrera 2008-05-25 14:05:10 Re: \df displaying volatility