8 lines
150 B
MySQL
8 lines
150 B
MySQL
|
-- Verify camper:remove_surroundings_ad on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('camper.remove_surroundings_ad(integer)', 'execute');
|
||
|
|
||
|
rollback;
|