Re: [GENERAL] Removing Context messages

2008-04-08 Thread Fernando Hevia
> -Mensaje original- > De: Tom Lane [mailto:[EMAIL PROTECTED] > 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" <[EMAIL

Re: [GENERAL] Removing Context messages

2008-04-06 Thread Tom Lane
"Fernando Hevia" <[EMAIL PROTECTED]> 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 -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make

[GENERAL] Removing Context messages

2008-04-06 Thread Fernando Hevia
Hi list, I'm having trouble removing some context messages in psql and/or pgadmin. I made a simple example to show this with 2 functions: f_outer which loops through a recordset and calls f_inner for each record. Context messages appear only when the f_inner function logs. (Would be nice to kno