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