Re: BUG #2180: log_statement=mod does not work - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2180: log_statement=mod does not work
Date
Msg-id 9347.1137706647@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2180: log_statement=mod does not work  ("Gilles" <s_gilou@yahoo.com>)
List pgsql-bugs
"Gilles" <s_gilou@yahoo.com> writes:
> When I configure in the file postgresql.conf:
> log_statement=mod
> I don't have the update, delete, insert queries logged like it says in the
> documentation :
> http://www.postgresql.org/docs/8.1/interactive/runtime-config-logging.html

Did you remember to do "pg_ctl reload" (or kill -HUP the postmaster)
after changing the config file?  Perhaps you neglected to remove the #
comment marker from that line in the file?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #2186: syntax error in postgresql.conf
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #2178: NOT IN command don't work