On Tue, Mar 24, 2009 at 11:43 AM, Kasia Tuszynska <[email protected]> wrote: > Hi Everybody, > I am convinced that this question has been posted on either the novice or > admin forum but I can not find the answer - so sorry for the repeat. > > I would like to log (or trace) the output from a single user session, what > parameters in the postgresql.conf do I set to what to achieve that?
I think you can do it from a psql prompt: alter user smarlowe set log_statement='ddl'; where you could replace ddl with none, ddl, mod, all if I remember correctly. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
