Russ Brown <postgres(at)dot4dot(dot)plus(dot)com> 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