schema access privs

Поиск
Список
Период
Сортировка
От Ray Stell
Тема schema access privs
Дата
Msg-id 20110404210149.GA30991@cns.vt.edu
обсуждение исходный текст
Ответы Re: schema access privs
Список pgsql-general
What does the results in col 'List of schemas Access privileges'
indicate?  Are those three results split by the '/' char?  What
are the three sections?  What is 'postgres+'

Can't find this explained in the docs.

template1-# \dn+ pg_catalog
                           List of schemas
    Name    |  Owner   |  Access privileges   |      Description
------------+----------+----------------------+-----------------------
 pg_catalog | postgres | postgres=UC/postgres+| system catalog schema
            |          | =U/postgres          |
(1 row)

http://www.postgresql.org/docs/current/static/app-psql.html

\dn[+] [ pattern ]

    Lists schemas (namespaces). If pattern is specified, only schemas
    whose names match the pattern are listed. Non-local temporary schemas
    are suppressed. If + is appended to the command name, each object
    is listed with its associated permissions and description, if any.

В списке pgsql-general по дате отправления:

Предыдущее
От: Edoardo Serra
Дата:
Сообщение: Foreign key and locking problem
Следующее
От: Vibhor Kumar
Дата:
Сообщение: Re: schema access privs