9 lines
218 B
MySQL
9 lines
218 B
MySQL
|
-- 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;
|