-- Verify numerus:remove_collection on pg
begin;
select has_function_privilege('numerus.remove_collection(uuid)', 'execute');
rollback;