8 lines
182 B
MySQL
8 lines
182 B
MySQL
|
-- Verify numerus:edit_collection on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.edit_collection(uuid, date, integer, text, text, numerus.tag_name[])', 'execute');
|
||
|
|
||
|
rollback;
|