Re: Looking for a command to list schemas - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Looking for a command to list schemas
Date
Msg-id 20051026133606.GD18862@svana.org
Whole thread Raw
In response to Looking for a command to list schemas  ("Cosmopo" <tempo@marquo.com>)
Responses Re: Looking for a command to list schemas
List 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.

Attachment

pgsql-general by date:

Previous
From: Terry Lee Tucker
Date:
Subject: Re: querying PostgreSQL version?
Next
From: "A. Kretschmer"
Date:
Subject: Re: querying PostgreSQL version?