Re: Implementation details of schema permissions?

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

Haven't thought about it very hard.  I would like to reuse the existing
ACL support, of course.  We might need to generalize it to allow
different sets of permission bits for different kinds of objects.

[ thinks... ] AFAIR, the low-level ACL routines don't really know/care
much about the meanings of the bits, except for the I/O converters which
have to be able to map bits to code letters.  So parameterization seems
pretty feasible.  We could use atttypmod to let the I/O converters know
which code map applies to a particular ACL column, I think.
        regards, tom lane


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

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