Re: Users, groups and inheritance questions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Users, groups and inheritance questions
Дата
Msg-id 9601.1206717149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Users, groups and inheritance questions  (Glyn Astill <glynastill@yahoo.co.uk>)
Список pgsql-general
Glyn Astill <glynastill@yahoo.co.uk> writes:
> I thought that if user 'test' was in group 'admins' and I specified INHERIT then it'd inherit those permissions?

No, inheritance of permissions only works for GRANT-able permissions;
the special role properties like CREATEDB are outside that scope.

I think though that if test does "SET ROLE admins" then she'd be
able to create a database.

            regards, tom lane

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

Предыдущее
От: carty mc
Дата:
Сообщение: creating a trigger to access another postgres database?
Следующее
От: brian
Дата:
Сообщение: Re: table of US states' neighbours