You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
We have had support for restrictive RLS policies since 9.5, but theywere only available through extensions which use the appropriate hooks.This adds support into the grammer, catalog, psql and pg_dump forrestrictive RLS policies, thus reducing the cases where an extension isnecessary.In passing, also move away from using "AND"d and "OR"d in comments.As pointed out by Alvaro, it's not really appropriate to attemptto make verbs out of "AND" and "OR", so reword those comments whichattempted to.Reviewed By: Jeevan Chalke, Dean RasheedDiscussion:https://postgr.es/m/20160901063404.GY4028@tamriel.snowman.net