Re: Consistent \d commands in psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Consistent \d commands in psql
Дата
Msg-id 28422.1207150819@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Consistent \d commands in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: Consistent \d commands in psql  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
"Greg Sabino Mullane" <greg@turnstep.com> writes:
>> \df Lists all user functions
>> \df [pattern] Lists both system and user functions matching [pattern]
>> \df * Lists all system and user functions

> I don't like this for two reasons: the items returned changes based on
> the existence of args, rather than on the command itself, and more
> importantly, this would make it inconsistent with the other backslash
> commands.

I think you misunderstood the context of the discussion.  Whatever we do
will be done to the whole family of \d commands --- we are just using
\df as an exemplar.

            regards, tom lane

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Consistent \d commands in psql
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: Consistent \d commands in psql