Listing schemas

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Listing schemas
Дата
Msg-id 20030228181344.Q5444-100000@zoraida.natserv.net
обсуждение исходный текст
Ответы Re: Listing schemas  (Ian Barwick <barwick@gmx.net>)
Re: Listing schemas  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
I don't see a way to list schemas in a database other than
select distinct schemaname from pg_tables;

Did I miss something? I was expecting to find something along the lines of
the \d functions in pgsql.


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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: \dt vs schemas
Следующее
От: Neil Conway
Дата:
Сообщение: Re: reindex vs. drop index , create index