camper/verify/remove_surroundings_ad.sql

8 lines
150 B
PL/PgSQL

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