Audit of logout

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Audit of logout
Дата
Msg-id CAHGQGwFA1sBSu-XXmC2PniH0AXV_wHUqoLJxPNtUfszMZCG5Tw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Audit of logout
Список pgsql-hackers
Hi,

Some users enable log_disconnections in postgresql.conf to audit all logouts.
But since log_disconnections is defined with PGC_BACKEND, it can be changed
at connection start. This means that any client (even nonsuperuser) can freely
disable log_disconnections not to log his or her logout even when the
system admin
enables it in postgresql.conf. Isn't this problematic for audit?

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Inaccuracy in VACUUM's tuple count estimates
Следующее
От: Naoya Anzai
Дата:
Сообщение: Re: "cancelling statement due to user request error" occurs but the transaction has committed.