numerus/verify/edit_collection.sql

8 lines
182 B
PL/PgSQL

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