• Stephen Frost's avatar
    Improve CREATE POLICY documentation · 42f66b27
    Stephen Frost authored
    The CREATE POLICY documention didn't sufficiently clarify what happens
    when a given command type (eg: ALL or UPDATE) accepts both USING and
    WITH CHECK clauses, but only the USING clause is defined.  Add language
    to clarify that, in such a case, the USING clause will be used for both
    USING and WITH CHECK cases.
    
    Pointed out by Peter Geoghegan.
    42f66b27
create_policy.sgml 13.1 KB