From: | Joe Conway <joe(dot)conway(at)crunchydata(dot)com> |
---|---|
To: | Noah Misch <noah(at)leadboat(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | 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 16:16:58 |
Message-ID: | 55B7AAFA.90906@crunchydata.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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?
Thanks,
Joe
Attachment | Content-Type | Size |
---|---|---|
20150728.00-rls-tbl2view.patch | text/x-diff | 6.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2015-07-28 16:18:53 | Re: Sharing aggregate states between different aggregate functions |
Previous Message | Jeff Janes | 2015-07-28 16:06:06 | Re: LWLock deadlock and gdb advice |