numerus/verify/import_contact.sql

9 lines
218 B
PL/PgSQL

-- Verify numerus:import_contact on pg
begin;
select has_function_privilege('numerus.begin_import_contacts()', 'execute');
select has_function_privilege('numerus.end_import_contacts(integer)', 'execute');
rollback;