Looking for a command to list schemas

Поиск
Список
Период
Сортировка
От Cosmopo
Тема Looking for a command to list schemas
Дата
Msg-id 1130264722.823824.125220@g44g2000cwa.googlegroups.com
обсуждение исходный текст
Ответы Re: Looking for a command to list schemas  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: Looking for a command to list schemas  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hello,

We are presently experimenting with Postgresql schemas... We used basic
commands like \d  to list info from all tables/sequence/owner in a
db... The schema info was always "public" since we never created one...

In version 7.3.4 and with a test db where schemas were created, the
same \d does not show the schema of each table... the \dp  doesn't help
width the privileges...

It seems that once we created the schema and created a table with this
schema, if we forget about it, the is no way to list the schema or to
have the tables/sequence with it's associated schema...

Can someone tell us how we can get this important info?
Thanks!
--
Mark


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

Предыдущее
От: "Troy"
Дата:
Сообщение: Re: How to use LIKE and $1 in a function ?
Следующее
От: Brent Wood
Дата:
Сообщение: Re: newbie question: reading sql commands from script