Re: psql \d* and system objects

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: psql \d* and system objects
Дата
Msg-id 603c8f070903300725i50714c15wf0e8056c47e2139d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql \d* and system objects  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: psql \d* and system objects  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, Mar 30, 2009 at 10:13 AM, Bruce Momjian <bruce@momjian.us> wrote:
> Maybe the best we are going to do is to have any pattern supplied to \d*
> assume 'S' (include system objects).  I actually have a patch that does
> that, attached. (It is from January so might need adjustment.)

That still has the problem that "\df a*" is horribly inconsistent with
"\df".  It might be reasonable to assume that if a name without
wildcards is given to any \d command, it should display whatever
object it finds, user or system - but I can't see doing it for any
wildcard at all.

...Robert


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: PQinitSSL broken in some use casesf
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: 8.3.5: Crash in CountActiveBackends() - lockless race?