Re: BUG #2180: log_statement=mod does not work

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gilles" <s_gilou(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2180: log_statement=mod does not work
Date: 2006-01-19 21:37:27
Message-ID: 9347.1137706647@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Gilles" <s_gilou(at)yahoo(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2006-01-19 21:40:42 Re: BUG #2178: NOT IN command don't work
Previous Message Bruce Momjian 2006-01-19 21:24:37 Re: BUG #2186: syntax error in postgresql.conf