-- Verify numerus:set_cookie on pg

begin;

select has_function_privilege('public.set_cookie(text)', 'execute');

rollback;