OK, you're right about the log_min_error_statement value, but this behaviour 
has changed from 8.0. In earlier versions ERROR statements did get logged if 
log_statment was set to all or in 7.4, set to "on" DMaybe I missed something in 
the changelog of 8.1?

On Tue, 11 Apr 2006 23:51:51 +0200, "Guillaume Smet" <[EMAIL PROTECTED]> wrote:
>> From: Martin Marques <martin@bugs.unl.edu.ar>
>> I encountered a rare BUG in the way PG is logging. Let me first enlight
> with some configuration I have and PG version:
> 
> Perhaps I'm missing something but I think it's not a bug but a
> configuration problem.
> 
>>  log_min_error_statement    | panic
> 
> If you set this one to error instead of panic, you will have your
> failed statements logged.
> 
>>  log_statement              | all
> 
> This one only logs successful queries so it's normal you don't have
> the statement in the log file if it fails.
> 
> Regards,
> 
> 
-- 
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' || 
Centro de Telemática        |       '@' || 'unl.edu.ar';
Universidad Nacional        |   DBA, Programador, 
    del Litoral             |   Administrador
---------------------------------------------------------



---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to