-- Verify camper:check_cookie on pg
begin;
select has_function_privilege('public.check_cookie(text, text)', 'execute');
rollback;