Re: New patch for Column-level privileges

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: New patch for Column-level privileges
Дата
Msg-id 20090102231121.GJ26233@tamriel.snowman.net
обсуждение исходный текст
Ответы Re: New patch for Column-level privileges  ("Alex Hunsaker" <badalex@gmail.com>)
Список pgsql-hackers
* Stephen Frost (sfrost@snowman.net) wrote:
>   Please find attached an updated patch for column-level privileges
>   which incorporates Alvaro's suggested changes and is updated to the
>   latest CVS HEAD.  Regression tests have been added as well as
>   documentation (though this could probably be improved).  Currently,
>   column-level privileges are not honored when JOINs are involved (you
>   must have the necessary table-level privileges, as you do today).  It
>   would really be great to have that working and mainly involves
>   modifying the rewriter to add on to the appropriate range table column
>   list entries the columns which are used in the joins and output from
>   joins.

Here it is gzip'd since I'm afraid the last might not have made it
through due to size..

    Stephen

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Several tags around PostgreSQL 7.1 broken
Следующее
От: Tom Lane
Дата:
Сообщение: Hashtable entry recycling algorithm in pg_stat_statements