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
The CREATE POLICY documention didn't sufficiently clarify what happenswhen a given command type (eg: ALL or UPDATE) accepts both USING andWITH CHECK clauses, but only the USING clause is defined. Add languageto clarify that, in such a case, the USING clause will be used for bothUSING and WITH CHECK cases.Pointed out by Peter Geoghegan.