on error logs the whole multiline script

From: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
To: pgsql-general(at)postgresql(dot)org
Subject: on error logs the whole multiline script
Date: 2008-11-20 13:57:04
Message-ID: gg3qcf$2kih$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have "PostgreSQL 8.3.5, compiled by Visual C++ build 1400", and I found
when I run a script and an error occurs, all the script content is logged.

My previous postgres version "PostgreSQL 8.2.4 on i686-pc-mingw32, compiled
by GCC gcc.exe (GCC)
3.4.2 (mingw-special)" logged just the function name stack where the error
occured.

Is there any configuration setting to disable script content logging on
error, and to enable just the error and the function stack ?

TIA,
Sabin

Browse pgsql-general by date

  From Date Subject
Next Message Scara Maccai 2008-11-20 13:59:13 Re: return MAX and when it happened
Previous Message WireSpot 2008-11-20 13:56:06 Re: join with redundant results VS simpler join plus multiple selects