Re: [ADMIN] What happens when PostgreSQL fails to log to SYSLOG

2012-07-11 Thread Craig James
On Wed, Jul 11, 2012 at 10:47 AM, Arnold, Sandra wrote: > Tablelog would be ok for keeping up with transactions for tables. > However, we also need to audit who connects successfully and > unsuccessfully. As far as I am aware, if a user fails to log in > successfully, say three times, PostgreSQ

Re: [ADMIN] What happens when PostgreSQL fails to log to SYSLOG

2012-07-11 Thread Tom Lane
"Arnold, Sandra" writes: > Tablelog would be ok for keeping up with transactions for tables. > However, we also need to audit who connects successfully and > unsuccessfully. As far as I am aware, if a user fails to log in > successfully, say three times, PostgreSQL is not able to lock the > accou

Re: [ADMIN] What happens when PostgreSQL fails to log to SYSLOG

2012-07-11 Thread Arnold, Sandra
Tablelog would be ok for keeping up with transactions for tables. However, we also need to audit who connects successfully and unsuccessfully. As far as I am aware, if a user fails to log in successfully, say three times, PostgreSQL is not able to lock the account for 9.0. Is this the case fo