Re: conditional logging based on client - Mailing list pgsql-admin

From Tom Lane
Subject Re: conditional logging based on client
Date
Msg-id 3289.1216840323@sss.pgh.pa.us
Whole thread Raw
In response to Re: conditional logging based on client  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-admin
"Scott Marlowe" <scott.marlowe@gmail.com> writes:
> 2008/7/22 Rajesh Kumar Mallah <mallah.rajesh@gmail.com>:
>> any hit on performance is not desired.
>> is it possible to alter logging behaviour just for the
>> psql session ?

> Set log_statement='ddl' in your postgresql.conf and pgsql will log all
> ddl that hits the database.  It won't log other stuff, just the ddl.

I think the OP didn't want *all* sessions doing this but just selected
sessions; so ALTER USER ... SET log_statement, or possibly
ALTER DATABASE ... SET, would perhaps serve better.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Igor Neyman"
Date:
Subject: Re: Query a list of tables
Next
From: Marc Fromm
Date:
Subject: -O to remove owner