Who Is The Current User
> select current_user;
current_user
----------------
test_user> select user;
user
----------------
test_userLast updated
> select current_user;
current_user
----------------
test_user> select user;
user
----------------
test_userLast updated