| From: | Filip Rembiałkowski <filip(dot)rembialkowski(at)gmail(dot)com> |
|---|---|
| To: | depesz(at)depesz(dot)com |
| Cc: | PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: avoiding CONTEXT messages |
| Date: | 2012-05-11 14:58:08 |
| Message-ID: | CAP_rww=7djbbE=AYTapE1q0Gc79hpkT-UKRUvUpfuWCa6gb6hA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Fri, May 11, 2012 at 9:41 AM, hubert depesz lubaczewski <
depesz(at)depesz(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vo, Catherine CTR DTIC Z | 2012-05-11 15:23:30 | backup script |
| Previous Message | hubert depesz lubaczewski | 2012-05-11 14:41:58 | Re: avoiding CONTEXT messages |