How to get the current user from Redshift database

Run the below select statement to obtain the username of the current session in Redshift.

select current_user;
See also  How to find the size of a table in Redshift