Re: Role and grants
От | John R Pierce |
---|---|
Тема | Re: Role and grants |
Дата | |
Msg-id | 66b3dee4-33ca-740c-ac7f-d8ed8cc4dc70@hogranch.com обсуждение исходный текст |
Ответ на | Re: Role and grants ("Fran ..." <Bryan691@hotmail.com>) |
Список | pgsql-general |
On 11/9/2016 2:46 PM, Fran ... wrote: > > I had seen that link from documentation but I do not understand why it > prints just "connect,temporary and create": > > CTc/test1 > > I think it should be print "arwdDxt". Connect, Temporary and Create are the only permissions a DATABASE has. a SCHEMA has Create and Usage permissions. a TABLE has select, insert, update, delete, truncate, references, trigger permissions. > With this other command neither I get more information: > > postgres=# \du > List of roles > Role name | Attributes | Member of > -----------+------------------------------------------------+----------- > postgres | Superuser, Create role, Create DB, Replication | {} > test1 | | {} those are role(user) attributes, which is something quite different than object permissions. -- john r pierce, recycling bits in santa cruz
В списке pgsql-general по дате отправления: