Listing schemas - Mailing list pgsql-general

From Francisco Reyes
Subject Listing schemas
Date
Msg-id 20030228181344.Q5444-100000@zoraida.natserv.net
Whole thread Raw
Responses Re: Listing schemas  (Ian Barwick <barwick@gmx.net>)
Re: Listing schemas  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-general
I don't see a way to list schemas in a database other than
select distinct schemaname from pg_tables;

Did I miss something? I was expecting to find something along the lines of
the \d functions in pgsql.


pgsql-general by date:

Previous
From: Francisco Reyes
Date:
Subject: \dt vs schemas
Next
From: Neil Conway
Date:
Subject: Re: reindex vs. drop index , create index