camper/verify/translate_campsite_type_opt...

8 lines
178 B
MySQL
Raw Normal View History

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