Re: Login/logout

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Login/logout
Дата
Msg-id 20050618162935.GA92242@winnie.fuhr.org
обсуждение исходный текст
Ответ на Login/logout  (Juan Pablo Espino <jp.espino@gmail.com>)
Ответы Re: Login/logout  (Juan Pablo Espino <jp.espino@gmail.com>)
Список pgsql-hackers
On Sat, Jun 18, 2005 at 11:11:31AM -0500, Juan Pablo Espino wrote:
> 
> I want to register in an audit table the date and time of the
> login/logout of a database user. I have been looking for some function
> in the code but I didn't find something like that.

Are you interested in logging to a table specifically, or are you
just trying to get the login/logout info?  If the latter, then you
can use log_connections and log_disconnections (the second of which
is available in 8.0 and later).

http://www.postgresql.org/docs/8.0/static/runtime-config.html#RUNTIME-CONFIG-LOGGING-WHAT

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Two-phase commit
Следующее
От: Juan Pablo Espino
Дата:
Сообщение: Re: Login/logout