Re: Looking for a command to list schemas

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Looking for a command to list schemas
Дата
Msg-id 20051026133606.GD18862@svana.org
обсуждение исходный текст
Ответ на Looking for a command to list schemas  ("Cosmopo" <tempo@marquo.com>)
Ответы Re: Looking for a command to list schemas  (Marc Andre Paquin <tempo@marquo.com>)
Список pgsql-general
On Tue, Oct 25, 2005 at 11:25:22AM -0700, Cosmopo wrote:
> 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...

\dn   list schemas
\dt *.*  list all tables in all schemas
\z *.*   list priveledges for all tables in all schemas
etc...

Is this helpful?
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: Terry Lee Tucker
Дата:
Сообщение: Re: querying PostgreSQL version?
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: querying PostgreSQL version?