Re: How can i know the users that are loged in

Поиск
Список
Период
Сортировка
От Antonis Antoniou
Тема Re: How can i know the users that are loged in
Дата
Msg-id 3FD7428D.7000207@albourne.com
обсуждение исходный текст
Ответ на How can i know the users that are loged in  (Vasilis Ventirozos <vendi@cosmoline.com>)
Список pgsql-admin

Vasilis Ventirozos wrote:

>Hi all i want to ask something about user managment ,
>
>How can i know the users that
>are loged thru an SQL command
>or how can i know who i am (my username) thru SQL again
>
>i can see that the users are loging so when i connect to a database
>a triger (maybe) raises an notise that user vasilis is loged in
>

If I understood correctly you need the query below:
SELECT * from pg_stat_activity;




В списке pgsql-admin по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: pg 7.4 on debian
Следующее
От: William Yu
Дата:
Сообщение: Re: Running Postgres Daemons with same data files