Displays the current user logged in : Current User « User Previliege « PostgreSQL






Displays the current user logged in


postgres=#
postgres=# -- Displays the current user logged in:
postgres=#
postgres=# SELECT CURRENT_USER AS myself;
  myself
----------
 postgres
(1 row)

postgres=#
           
       








Related examples in the same category