Bug #831: RFE - Schema list from psql

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #831: RFE - Schema list from psql
Дата
Msg-id 20021201214407.9ADD3476318@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #830: 7.3 - timespan missing?
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Bug #829: 7.3 crashes when trying to set variable to