numerus/verify/add_product.sql

8 lines
179 B
MySQL
Raw Normal View History

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