camper/verify/remove_surroundings_highlig...

8 lines
164 B
PL/PgSQL

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