Re: Listing schemas - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Listing schemas
Date
Msg-id 20030302003141.GB16937@wolff.to
Whole thread Raw
In response to Listing schemas  (Francisco Reyes <lists@natserv.com>)
List pgsql-general
On Fri, Feb 28, 2003 at 18:14:56 -0500,
  Francisco Reyes <lists@natserv.com> wrote:
> 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.

There is a way to do this in 7.4. For 7.3 you need to use a select.

pgsql-general by date:

Previous
From: "Mark Cave-Ayland"
Date:
Subject: plpgsql memory leak in 7.3.2?
Next
From: Detlef Jockheck
Date:
Subject: Doing multiple steps at once