Re: \df displaying volatility

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: \df displaying volatility
Дата
Msg-id 13615.1211737190@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: \df displaying volatility  (David Fetter <david@fetter.org>)
Ответы Re: \df displaying volatility  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter <david@fetter.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.

>> 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.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Coutinho
Дата:
Сообщение: Packages in oracle Style
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [PATCHES] WITH RECURSIVE patch V0.1