Re: psql with "Function Type" in \df

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: psql with "Function Type" in \df
Дата
Msg-id 20090414020924.GL16310@fetter.org
обсуждение исходный текст
Ответ на Re: psql with "Function Type" in \df  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: psql with "Function Type" in \df  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Apr 13, 2009 at 07:24:31PM -0400, Tom Lane wrote:
> David Fetter <david@fetter.org> writes:
> > Here's a patch that adds a "Function Type" column to \df while
> > removing the now-redundant \da.
>
> Removing \da altogether was nowhere in the consensus, or even in the
> discussion AFAIR.

It's back.

> Also, what is the point of using single-letter type codes when
> you've made the column header about as verbose as it could get?  I'd
> go for something like
>
>     Type
>
>     window
>     agg
>     trigger
>     normal
>
> Or we could spell out "aggregate", but that makes the column a
> couple of characters wider ...

Done.

I've also added \df[antw], which lets people narrow their search.

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

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

Вложения

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

Предыдущее
От: Sushant Sinha
Дата:
Сообщение: Re: [GENERAL] Fragments in tsearch2 headline
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Unicode support