PostgreSQL/User Previliege/current user — различия между версиями

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

Текущая версия на 10:14, 26 мая 2010

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