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