Re: Removing Context messages - Mailing list pgsql-general

From Fernando Hevia
Subject Re: Removing Context messages
Date
Msg-id 071801c8997b$ae405d20$8f01010a@iptel.com.ar
Whole thread Raw
In response to Re: Removing Context messages  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> -----Mensaje original-----
> De: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Enviado el: Lunes, 07 de Abril de 2008 01:37
> Para: Fernando Hevia
> CC: pgsql-general@postgresql.org
> Asunto: Re: [GENERAL] Removing Context messages
>
> "Fernando Hevia" <fhevia@ip-tel.com.ar> writes:
> > I want to get rid of the CONTEXT messages.
> > I have tried in psql with "\set VERBOSITY terse" without success.
>
> Works for me ...
>
>             regards, tom lane

Found it. Variables are case sensitive and \set command must *not* be ended
with semi-colon. (I blundered here)
The correct syntax is:

pg=# \set VERBOSITY 'terse'


Thanks.


pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: select distinct and index usage
Next
From: "Mikko Partio"
Date:
Subject: Re: "too many trigger records found for relation xyz"