Re: more RLS oversights

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Joe Conway <joe(dot)conway(at)crunchydata(dot)com>
Cc: Noah Misch <noah(at)leadboat(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more RLS oversights
Date: 2015-07-28 18:50:08
Message-ID: 20150728185008.GN3587@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Joe Conway (joe(dot)conway(at)crunchydata(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2015-07-28 18:51:22 Re: Sequence Access Method WIP
Previous Message Andres Freund 2015-07-28 18:39:43 Re: TODO: replica information functions