With RAISE NOTICE "terse" mode works great, CONTEXT is not shown.
But does "terse" also disable CONTEXT displaying on fatal errors inside a stored function? If it does, it is not so useful as it could be, because I don't think that fatal error context hiding is a good idea... No documentation about it at all.
On 3/13/07, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
"Dmitry Koterov" <dmitry@xxxxxxxxxx> writes:
> Is there any way to disable CONTEXT displaying with still enabled NOTICEs
> text?
You could do "\set VERBOSITY terse"
regards, tom lane