From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: \df displaying volatility |
Date: | 2008-05-25 18:58:17 |
Message-ID: | 20080525185817.GA16218@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, May 25, 2008 at 01:39:50PM -0400, Tom Lane wrote:
> David Fetter <david(at)fetter(dot)org> writes:
> > On Sun, May 25, 2008 at 10:05:10AM -0400, Alvaro Herrera wrote:
> >> 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.
>
> Yeah, you'd certainly have to provide them somewhere, and so this
> would just amount to splitting one column into two.
How about splitting them up with newlines instead of (or in addition
to) commas?
> >> BTW what happened to the idea of displaying only user functions
> >> by default?
>
> IIRC it was more-or-less agreed to that the 'S' modifier ought to
> work uniformly for all object types the way it does now for tables,
> but there is no patch in the queue.
OK, since I did the whining, I get to prepare a patch. I'll see how
far I can get today. :)
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
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2008-05-25 20:56:31 | Re: Updated patch (Re: WITH RECURSIVE patch V0.1) |
Previous Message | Tom Lane | 2008-05-25 18:41:39 | Re: pg_dump roles support |