-- Verify camper:current_user_email on pg

begin;

select has_function_privilege('camper.current_user_email()', 'execute');

rollback;