No. There's no parameter to be set for log parsing in a simple way, specially for multi-raws query. A possible solution is to use syslog instead of stderr: syslog stores each log element as an independent item. You can try setting log_destination = 'syslog' redirect_stderr = offThen you have to setup syslog by editing your syslog conf (On Debian: /etc/rsyslog.d/50-default.conf): add this new line (supposing your log directory is /var/log/pgsql/, and 'local0' is set in "syslog_facility" parameter in your postgres.conf - do a check) LOCAL0.* -/var/log/pgsqland in the "catch all log files" area add LOCAL0.nonethen restart syslog (sudo /etc/init.d/rsyslog restart). I've tried it, and it works! Giuseppe. -- Giuseppe Broccolo - 2ndQuadrant Italy PostgreSQL Training, Services and Support giuseppe.broccolo@xxxxxxxxxxxxxx | www.2ndQuadrant.it |