Re: avoiding CONTEXT messages

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: avoiding CONTEXT messages
Date: 2012-05-11 14:41:58
Message-ID: 20120511144158.GA12339@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Filip Rembiałkowski 2012-05-11 14:58:08 Re: avoiding CONTEXT messages
Previous Message Inanc Seylan 2012-05-11 14:39:50 Re: UDF in C slow