[pgadmin-support] Removing CONTEXT messages in console or pgAdmin output

2013-08-22 Thread Sam Mesh
Greetings, It looks like this issue has a history and is still work in progress (see links below). Or (fortunately:) I did miss something and at least for 'raise notice' I could suppress CONTEXT in pgAdmin? Links: From: Marko Tiikkaja To: Pgsql Hackers Subject: PL/pgSQL, RAISE and error conte

Re: [pgadmin-support] Removing Context Messages

2008-04-08 Thread Fernando Hevia
> > > Regardless of your request about silencing context messages (did not > look into that): maybe SQL along these lines would do the job for you? > > select id_cliente, array_to_string(ARRAY(SELECT apellido from clientes > c0 WHERE c0.id_cliente = c.id_cliente), E'\n') > from clientes c > group b

Re: [pgadmin-support] Removing Context Messages

2008-04-08 Thread Erwin Brandstetter
On Apr 8, 3:01 pm, [EMAIL PROTECTED] ("Fernando Hevia") wrote: (...) > --- Function declaration follows in case it helps --- > CREATE OR REPLACE FUNCTION f_inner(p_client numeric(10)) RETURNS void AS > $BODY$ > DECLARE > r_clients clientes%ROWTYPE; > BEGIN > SELECT * INTO r_clients FROM cliente

Re: [pgadmin-support] Removing Context Messages

2008-04-08 Thread Fernando Hevia
On Tue, Apr 8, 2008 at 3:22 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Fernando Hevia a écrit : > > > On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia <[EMAIL PROTECTED] > [EMAIL PROTECTED]>> wrote: > > > Hi list, > > > > > > How do I remove CONTEXT messages from being displayed in pgadmi

Re: [pgadmin-support] Removing Context Messages

2008-04-08 Thread Fernando Hevia
On Tue, Apr 8, 2008 at 3:29 AM, Julius Tuskenis <[EMAIL PROTECTED]> wrote: > Hello. > > What do you mean saying CONTEXT messages? Could you give an example what > you get and what you want to get from your functions? > > > Sure. I have made a simple example to show this with 2 functions: f_outer w

Re: [pgadmin-support] Removing Context Messages

2008-04-07 Thread Julius Tuskenis
Hello. What do you mean saying CONTEXT messages? Could you give an example what you get and what you want to get from your functions? Fernando Hevia rašė: Hi list, How do I remove CONTEXT messages from being displayed in pgadmin? Those messages clutter my functions output with information I

Re: [pgadmin-support] Removing Context Messages

2008-04-07 Thread Guillaume Lelarge
Fernando Hevia a écrit : On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia <[EMAIL PROTECTED] > wrote: > Hi list, > > How do I remove CONTEXT messages from being displayed in pgadmin? > Those messages clutter my functions output with information I dont need so I > w

Re: [pgadmin-support] Removing Context Messages

2008-04-07 Thread Fernando Hevia
On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia <[EMAIL PROTECTED]> wrote: > Hi list, > > How do I remove CONTEXT messages from being displayed in pgadmin? > Those messages clutter my functions output with information I dont need so I > would like to get rid of them. > > Is that possible? > On Mon,

Re: [pgadmin-support] Removing Context Messages

2008-04-07 Thread Michael Shapiro
I'd like to know the answer to this as well. I don't think it is PgAdmin doing it, but the server On Mon, Apr 7, 2008 at 8:55 PM, Fernando Hevia <[EMAIL PROTECTED]> wrote: > Hi list, > > How do I remove CONTEXT messages from being displayed in pgadmin? > Those messages clutter my functions ou

[pgadmin-support] Removing Context Messages

2008-04-07 Thread Fernando Hevia
Hi list, How do I remove CONTEXT messages from being displayed in pgadmin? Those messages clutter my functions output with information I dont need so I would like to get rid of them. Is that possible? Thanks, Fernando.