8 lines
240 B
MySQL
8 lines
240 B
MySQL
|
-- Verify numerus:add_contact on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.add_contact(integer, text, text, text, text, numerus.email, uri, text, text, text, text, numerus.country_code, numerus.tag_name[])', 'execute');
|
||
|
|
||
|
rollback;
|