Listing schemas

From: Francisco Reyes <lists(at)natserv(dot)com>
To: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Listing schemas
Date: 2003-02-28 23:14:56
Message-ID: 20030228181344.Q5444-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2003-02-28 23:45:17 Re: automatic creation of oid
Previous Message Neil Conway 2003-02-28 22:44:57 Re: reindex vs. drop index , create index