On Fri, 2006-10-27 at 09:23, Albe Laurenz wrote: > > [ Memo to hackers: why is it that log_min_error_statement = error > > isn't the default? ] > > To avoid spamming the logs with every failed SQL statement?
And it would be hurting applications where query failure is taken as a valid path (as inserting first and update if failing)... Cheers, Csaba. ---------------------------(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