PostgreSQL/User Previliege/current user — различия между версиями
Admin (обсуждение | вклад) м (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=#