Implementation details of schema permissions?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Implementation details of schema permissions?
Дата
Msg-id Pine.LNX.4.30.0202071153230.683-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: Implementation details of schema permissions?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom, do you have plans yet on how to store permissions granted on schemas?

For the almost-done permissions on functions and languages, I reuse the
aclitem arrays.  Since these objects only have one kind of permission, it
seems reasonable to overload the select/read permission bit for this.

However, I imagine that schemas may have a different set of permissions,
perhaps including CREATE and such, which might not fit into the aclitem.
In case you're inventing a whole new mechanism that needs to be
coordinated, let me know.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Suggestions for 7.3 date handling
Следующее
От: mlw
Дата:
Сообщение: Re: Threaded PosgreSQL server