Re: [GENERAL] Postgres Logs question

2011-12-21 Thread akp geek
thanks for the help. The way I did it was I have log_statement=all in the postgresql.conf then I have alter user akp set log_statements='none'; Still it writes the log for akp. I am still missing some configuration to make sure I don't write log for the user akp Regards On Tue, Dec 20, 2011

Re: [GENERAL] Postgres Logs question

2011-12-20 Thread Chris Travers
On Tue, Dec 20, 2011 at 11:53 AM, akp geek wrote: > Hi All - > >    Is there way that we write the logs specific to only one user > in postgres? What I want to do is, Write the log files that are coming from > one user  or block the log entry for a pariticular user. Can you please > he