• Stephen Frost's avatar
    Handle policies during DROP OWNED BY · 833728d4
    Stephen Frost authored
    DROP OWNED BY handled GRANT-based ACLs but was not removing roles from
    policies.  Fix that by having DROP OWNED BY remove the role specified
    from the list of roles the policy (or policies) apply to, or the entire
    policy (or policies) if it only applied to the role specified.
    
    As with ACLs, the DROP OWNED BY caller must have permission to modify
    the policy or a WARNING is thrown and no change is made to the policy.
    833728d4
policy.h 1.02 KB