8 lines
177 B
MySQL
8 lines
177 B
MySQL
|
-- Verify numerus:tag_relation on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.tag_relation(regclass, name, integer, integer, numerus.tag_name[])', 'execute');
|
||
|
|
||
|
rollback;
|