PostgreSQL/User Previliege/current user

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

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