How to disable displaying of a NOTICE context?

From: "Dmitry Koterov" <dmitry(at)koterov(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: How to disable displaying of a NOTICE context?
Date: 2007-03-13 15:33:58
Message-ID: d7df81620703130833x145889c9td112e7be52140a85@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello.

With debug purposes I use RAISE NOTICE ... inside my stored
functions/triggers. But there is a little problem: if I run this
function/trigger inside psql command-line client (e.g.), it shows not only a
notice text, but also a caller context (started with "CONTEXT" substring)
which looks quite huge and ugly.

Is there any way to disable CONTEXT displaying with still enabled NOTICEs
text?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-03-13 15:57:22 Re: More information on how to understand table pg_locks.
Previous Message Scott Marlowe 2007-03-13 15:27:58 Re: Multi DB performance test