PostgreSQL/User Previliege/Current User — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
| |
Версия 13:45, 26 мая 2010
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=#