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