numerus/verify/tag_contact.sql

8 lines
159 B
PL/PgSQL

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