On Fri, May 11, 2012 at 9:41 AM, hubert depesz lubaczewski < dep...@depesz.com> wrote:
> 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 > oh, great, this one helped (we run psql from bash scripts) - thanks.