Re: [GENERAL] per user logging

2005-09-09 Thread snacktime
I believe it is possible for a superuser to do something like"ALTER USER victim SET log_min_messages = whatever", so that the log verbosity is different for different users.regards, tom lane I'll try that and see how it works.

Re: [GENERAL] per user logging

2005-09-08 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > snacktime wrote: >> I'm pretty sure the answer to this is no, but just in case I've >> missed something. Is there a way to configure the server so it only >> logs for specific users? > No, but you can configure PostgreSQL to insert the user name into

Re: [GENERAL] per user logging

2005-09-08 Thread Richard Huxton
snacktime wrote: I'm pretty sure the answer to this is no, but just in case I've missed something. Is there a way to configure the server so it only logs for specific users? Look into "ALTER USER" - that lets you set (some) configuration options on a per-user level. Don't know if the logging

Re: [GENERAL] per user logging

2005-09-08 Thread Peter Eisentraut
snacktime wrote: > I'm pretty sure the answer to this is no, but just in case I've > missed something. Is there a way to configure the server so it only > logs for specific users? No, but you can configure PostgreSQL to insert the user name into each log message, and then you could configure your