Re: Consistent \d commands in psql

Поиск
Список
Период
Сортировка
От Brendan Jurd
Тема Re: Consistent \d commands in psql
Дата
Msg-id 37ed240d0803310827v5cf91cbemc76dfb42da28cc4f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Consistent \d commands in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On 01/04/2008, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> ...  That means
>  there'd be no way to replicate the all-functions-of-both-types behavior
>  that has been the default in every prior release.

>         \dfS    -> sys functions only
>         \dfU    -> user functions only
>         \dfSU   -> all functions (should allow \dfUS spelling too)
>         \df     -> behavior proposed by Greg

How about \df* rather than (or in addition to) \dfSU & \dfUS?

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Consistent \d commands in psql
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Fwd: WIP: CASE statement for PL/pgSQL