numerus/verify/change_password.sql

8 lines
135 B
MySQL
Raw Normal View History

-- Verify numerus:change_password on pg
begin;
select has_function_privilege('numerus.change_password(text)', 'execute');
rollback;