Russ Brown <[EMAIL PROTECTED]> writes: > Actually, I have done something stupid. I'm basically running the error > log through a grep for DEBUG, and what I'm seeing is chunks of the > function create being dumped to the error log. My actual dumps aren't > getting into the error log at all, which is a seperate problem probably > caused by misconfiguration.
Ah, that makes sense. Check your log_min_messages setting. Or bump up client_min_messages so you can get what you want on your terminal. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html