From: | "Fernando Hevia" <fhevia(at)ip-tel(dot)com(dot)ar> |
---|---|
To: | "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Removing Context messages |
Date: | 2008-04-08 13:23:06 |
Message-ID: | 071801c8997b$ae405d20$8f01010a@iptel.com.ar |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> -----Mensaje original-----
> De: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Enviado el: Lunes, 07 de Abril de 2008 01:37
> Para: Fernando Hevia
> CC: pgsql-general(at)postgresql(dot)org
> Asunto: Re: [GENERAL] Removing Context messages
>
> "Fernando Hevia" <fhevia(at)ip-tel(dot)com(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Mikko Partio | 2008-04-08 13:26:11 | Re: "too many trigger records found for relation xyz" |
Previous Message | Alvaro Herrera | 2008-04-08 12:48:40 | Re: select distinct and index usage |