* 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