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