How to disable displaying of a NOTICE context? - Mailing list pgsql-general

From Dmitry Koterov
Subject How to disable displaying of a NOTICE context?
Date
Msg-id d7df81620703130833x145889c9td112e7be52140a85@mail.gmail.com
Whole thread Raw
Responses Re: How to disable displaying of a NOTICE context?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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?

pgsql-general by date:

Previous
From: "Olivier Ceulemans"
Date:
Subject: More information on how to understand table pg_locks.
Next
From: Tom Lane
Date:
Subject: Re: More information on how to understand table pg_locks.