8 lines
174 B
MySQL
8 lines
174 B
MySQL
|
-- Verify camper:setup_surroundings_ad on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('camper.setup_surroundings_ad(integer, integer, text, text, uri)', 'execute');
|
||
|
|
||
|
rollback;
|