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