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
Clarify documentation about inheritance of check constraints, inparticular mentioning the NO INHERIT option, which didn't exist whenthis text was written.Document that in an inherited query, the applicable row security policiesare those of the explicitly-named table, not its children. This is theintended behavior (per off-list discussion with Stephen Frost), and thereare regression tests for it, but it wasn't documented anywhere user-facingas far as I could find.Do a bit of wordsmithing on the description of inherited access-privilegechecks.Back-patch to 9.5 where RLS was added.