On Fri, May 11, 2012 at 09:09:46AM -0500, Filip Rembiałkowski wrote:it's up to application to hide it.
> 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?
for example - in psql, you do it by setting:
\set VERBOSITY terse
oh, great, this one helped (we run psql from bash scripts) - thanks.