Log user creation and deletion

Поиск
Список
Период
Сортировка
От Mike Thomsen
Тема Log user creation and deletion
Дата
Msg-id BANLkTimzsdo_Aavru5q2XANPOtnozWsqZg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Log user creation and deletion  (Chetan Suttraway <chetan.suttraway@enterprisedb.com>)
Список pgsql-novice
Is it possible to log the creation and deletion of PostgreSQL users?
I'm on PostgreSQL 8.4 and am trying to log using this approach:

log_connections = true
log_disconnections = true
log_statement = ddl
log_directory = /var/log/pgsql
logging_collector = true
log_rotation_age = 1440

However, I didn't see anything about user creation/deletion in the
logging documentation. Is it covered under "ddl" or something else?

Thanks,

Mike

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

Предыдущее
От: "Oliveiros d'Azevedo Cristina"
Дата:
Сообщение: Re: error in server connection
Следующее
От: e-letter
Дата:
Сообщение: how to select rows for a sum function