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