8 lines
188 B
MySQL
8 lines
188 B
MySQL
|
-- Verify numerus:add_invoice on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.add_invoice(integer, text, date, integer, text, numerus.new_invoice_product[])', 'execute');
|
||
|
|
||
|
rollback;
|