Re: more RLS oversights

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: more RLS oversights
Дата
Msg-id 20150728185008.GN3587@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: more RLS oversights  (Joe Conway <joe.conway@crunchydata.com>)
Ответы Re: more RLS oversights  (Joe Conway <joe.conway@crunchydata.com>)
Список pgsql-hackers
* Joe Conway (joe.conway@crunchydata.com) wrote:
> On 07/03/2015 10:03 AM, Noah Misch wrote:
> > (4) When DefineQueryRewrite() is about to convert a table to a view, it checks
> > the table for features unavailable to views.  For example, it rejects tables
> > having triggers.  It omits to reject tables having relrowsecurity or a
> > pg_policy record.  Test case:
>
> Please see the attached patch for this issue. Comments?

Looks good to me.
Thanks!
    Stephen

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Failing assertions in indxpath.c, placeholder.c and brin_minmax.c
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Sequence Access Method WIP