Re: [GENERAL] Can not change log_min_duration_statement parameter on PG 8.2.4

2010-07-19 Thread Nicolas Payart
Ooops, I just realized I set the parameter to the ROLE postgres a few weeks ago... ALTER ROLE postgres SET log_min_duration_statement TO DEFAULT; solved my problem... which was not a problem in fact, juste a mistake :| -- Nico Le 19/07/2010 12:36, Nico a écrit : Hello, I am running a 8.2.4

[GENERAL] Can not change log_min_duration_statement parameter on PG 8.2.4

2010-07-19 Thread Nico
Hello, I am running a 8.2.4 PostgreSQL instance on a debian etch server. I have a problem trying to change the parameter log_min_duration_statement. Its actuel value in the postgresql.conf is "-1" (log off) : log_min_duration_statement = -1# -1 is disabled, 0 logs all statements