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