Re: psql with "Function Type" in \df

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: psql with "Function Type" in \df
Дата
Msg-id 20090417204231.GK7709@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: psql with "Function Type" in \df  (David Fetter <david@fetter.org>)
Ответы Re: psql with "Function Type" in \df  (David Fetter <david@fetter.org>)
Re: psql with "Function Type" in \df  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter wrote:

> Is this any better?

So what happens if I do \dfaQ?  It should throw an error, yes?

This help line:

> +    fprintf(output, _("  \\df[S+] [PATTERN]      list functions.  Add a, n, t, w for aggregate, normal, trigger,
window\n"));

needs shortening to below 80 chars (or maybe split it in two lines.
Just make sure they are a single translation item).

It also seems like we're missing tab completion support for this.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: [rfc] unicode escapes for extended strings
Следующее
От: David Fetter
Дата:
Сообщение: Re: psql with "Function Type" in \df