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