Re: Improving RLS planning
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephen Frost <sfrost@snowman.net>
Cc: Dean Rasheed <dean.a.rasheed@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-13T21:46:05Z
Lists: pgsql-hackers
Attachments
- new-rls-planning-implementation-2.patch.gz (application/x-gzip) patch
Stephen Frost <sfrost@snowman.net> writes: > * Dean Rasheed (dean.a.rasheed@gmail.com) wrote: >> +1 for that terminology and no renaming of fields. > Agreed. Here's an updated version of the RLS planning patch that gets rid of the incorrect interaction with Query.hasRowSecurity and adjusts terminology as agreed. regards, tom lane
Commits
-
Improve RLS planning by marking individual quals with security levels.
- 215b43cdc8d6 10.0 landed