Re: System catalog representation of access privileges

Поиск
Список
Период
Сортировка
От Ross J. Reedstrom
Тема Re: System catalog representation of access privileges
Дата
Msg-id 20010419143748.A3815@rice.edu
обсуждение исходный текст
Ответ на System catalog representation of access privileges  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
So, this will remove the relacl field from pg_class, making pg_class
a fixed tuple-length table: that might actually speed access: there
are shortcircuits in place to speed pointer math when this is true.

The implementation looks fine to me, as well. How are group privileges
going to be handled with this system?

Ross

On Thu, Apr 19, 2001 at 05:58:12PM +0200, Peter Eisentraut wrote:
> Oldtimers might recall the last thread about enhancements of the access
> privilege system.  See
> 
> http://www.postgresql.org/mhonarc/pgsql-hackers/2000-05/msg01220.html
> 
> to catch up.
> 
> It was more or less agreed that privilege descriptors should be split out
> into a separate table for better flexibility and ease of processing.  The
> dispute was that the old proposal wanted to store only one privilege per
> row.  I have devised something more efficient:
> 
> pg_privilege (

<snip>



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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: System catalog representation of access privileges
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: [BUGS] three VERY minor things with 7.1 final