PostgreSQL/User Previliege/Current User
Версия от 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=#