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