8 lines
159 B
MySQL
8 lines
159 B
MySQL
|
-- Verify numerus:tag_invoice on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.tag_invoice(integer, integer, numerus.tag_name[])', 'execute');
|
||
|
|
||
|
rollback;
|