Re: List schema contents

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: List schema contents
Дата
Msg-id 24709.1149886507@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: List schema contents  ("Jim C. Nasby" <jnasby@pervasive.com>)
Ответы Re: List schema contents  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-hackers
"Jim C. Nasby" <jnasby@pervasive.com> writes:
> What I'm looking for is what "\d" provides you, only limited to a
> specific schema. "\d information_schema." (for example) doesn't provide
> that; it provides the details for every table/view in
> information_schema.

What you're looking for is \dt, or perhaps \dtsv or one of those forms.

I'd be the first to agree that the behavior of \d isn't particularly
orthogonal, but it's not the pattern language that's the problem, it's
the command itself.
        regards, tom lane


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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Parallel index build during COPY
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: List schema contents