> 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,

--
Guillaume

---------------------------(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