User name of current execution context : current_user « User Previliege « PostgreSQL






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=#

           
       








Related examples in the same category