User Previliege PostgreSQL

postgres=#
postgres=# -- user name of current execution context
postgres=# select current_user;
 current_user
--------------
 postgres
(1 row)
postgres=#
postgres=#