Re: avoiding CONTEXT messages - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: avoiding CONTEXT messages
Date
Msg-id 20120511144158.GA12339@depesz.com
Whole thread Raw
In response to avoiding CONTEXT messages  (Filip Rembiałkowski <filip.rembialkowski@gmail.com>)
Responses Re: avoiding CONTEXT messages
List pgsql-general
On Fri, May 11, 2012 at 09:09:46AM -0500, Filip Rembiałkowski wrote:
> I am using PostgreSQL 9.0 and I want to suppress CONTEXT part of error
> message for selected user defined Pl/PgSQL functions.
> Is this possible?

it's up to application to hide it.

for example - in psql, you do it by setting:
\set VERBOSITY terse

but I agree, it should be configurable in server.

Best regards,

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
                                                             http://depesz.com/

pgsql-general by date:

Previous
From: Inanc Seylan
Date:
Subject: Re: UDF in C slow
Next
From: Filip Rembiałkowski
Date:
Subject: Re: avoiding CONTEXT messages