numerus/verify/attach_to_invoice.sql

8 lines
158 B
PL/PgSQL

-- Verify numerus:attach_to_invoice on pg
begin;
select has_function_privilege('numerus.attach_to_invoice(uuid, text, text, bytea)', 'execute');
rollback;