Log user creation and deletion - Mailing list pgsql-novice

From Mike Thomsen
Subject Log user creation and deletion
Date
Msg-id BANLkTimzsdo_Aavru5q2XANPOtnozWsqZg@mail.gmail.com
Whole thread Raw
Responses Re: Log user creation and deletion  (Chetan Suttraway <chetan.suttraway@enterprisedb.com>)
List 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 by date:

Previous
From: "Oliveiros d'Azevedo Cristina"
Date:
Subject: Re: error in server connection
Next
From: e-letter
Date:
Subject: how to select rows for a sum function