camper/verify/translate_surroundings_ad.sql

8 lines
174 B
MySQL
Raw Normal View History

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