8 lines
135 B
MySQL
8 lines
135 B
MySQL
|
-- Verify numerus:change_password on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.change_password(text)', 'execute');
|
||
|
|
||
|
rollback;
|