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(at)svana(dot)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.