On Wed, 24 Sep 2003 15:02:49 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Russ Brown <postgres@dot4dot.plus.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
>
Sorted. Seems I needed it setting to debug2 to get DEBUG output.
Thanks a log for your help. :-)
--
Russ.