Re: AW: Proposal for enhancements of privilege system

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: AW: Proposal for enhancements of privilege system
Дата
Msg-id Pine.GSO.4.02A.10005301347380.10362-100000@Leopard.DoCS.UU.SE
обсуждение исходный текст
Ответ на AW: Proposal for enhancements of privilege system  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
On Tue, 30 May 2000, Zeugswetter Andreas SB wrote:

> Of course the grant revoke is the same. But administrative tools
> usually allow you to dump schema, all rights, triggers ... for an
> object and thus need access to the system tables containing the
> grants.

That's what you use the information schema views for. Also, of course,
we're light years away from having anything like a portable pg_dump.

> Imho this is an area that is extremly sensitive to performance, the
> rights have to be checked for each access.

But using some sort of arrays is going to make it slower in any case since
you can't use indexes on those.


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Configuration and build clean-up
Следующее
От: Peter Eisentraut
Дата:
Сообщение: New configuration is here