Re: Looking for a command to list schemas

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Looking for a command to list schemas
Date: 2005-10-26 13:35:31
Message-ID: 20051026133531.GA4325@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cosmopo <tempo(at)marquo(dot)com> schrieb:
> 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?

\dn in psql list all schemas.

HTH, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-26 13:36:07 Re: Looking for a command to list schemas
Previous Message Terry Lee Tucker 2005-10-26 13:31:22 Re: querying PostgreSQL version?