Function has_table_privilege_1

Source
fn has_table_privilege_1(
    user_name: &str,
    table_oid: i32,
    privileges: &str,
) -> Result<bool>