-- Verify numerus:check_cookie on pg

begin;

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

rollback;