View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 02:33 PM
Dmitry Koterov
 
Posts: n/a
Default How to disable displaying of a NOTICE context?

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?

Reply With Quote