numerus/verify/add_collection.sql

8 lines
192 B
PL/PgSQL

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