PostgreSQL/User Previliege/Current User

Материал из SQL эксперт
Перейти к: навигация, поиск

Displays the current user logged in

   <source lang="sql">

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

 myself

postgres

(1 row) postgres=#

      </source>