Bug #831: RFE - Schema list from psql - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #831: RFE - Schema list from psql
Date
Msg-id 20021201214407.9ADD3476318@postgresql.org
Whole thread Raw
List pgsql-bugs
Dustin Sallings (dustin+pgsqlbugs@spy.net) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
RFE - Schema list from psql

Long Description
psql should have a \d type builtin to list schemas in the current database.

Sample Code
select
        ns.nspname as Schema,
        u.usename as Owner,
        ns.nspacl as ACL
    from
        pg_namespace ns,
        pg_user u
    where
        u.usesysid = ns.nspowner
    order by
        ns.nspname


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #830: 7.3 - timespan missing?
Next
From: Neil Conway
Date:
Subject: Re: Bug #829: 7.3 crashes when trying to set variable to