Search Postgresql Archives

schema access privs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux