Re: Users, groups and inheritance questions

Поиск
Список
Период
Сортировка
От
Тема Re: Users, groups and inheritance questions
Дата
Msg-id 31788337.321201206717874011.JavaMail.servlet@pustefix152.kundenserver.de
обсуждение исходный текст
Ответ на Users, groups and inheritance questions  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
Hello Glyn,it's confusing, but You didn't read the manual very carefully! Short excerpt:The INHERIT
attributegoverns inheritance of grantable privileges (that is, access privileges fordatabase objects and role
memberships).It does not apply to the special role attributes set by CREATEROLE and ALTER ROLE. For example, being a
memberof a role with CREATEDB privilege does notimmediately grant the ability to create databases, even if INHERIT is
set;it would be necessary tobecome that role via SET ROLE before creating a database. bye...Ludwig   

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

Предыдущее
От: Felipe de Jesús Molina Bravo
Дата:
Сообщение: Re: Persistent user-defined functions
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Using tables in other PostGreSQL database