Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Gabriele Franch <franch(at)fbk(dot)eu>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Subject: Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Date: 2013-05-16 13:37:28
Message-ID: CA+OCxoxzcyqaD0W3eEyCer9scP0iPc1tt=101TsNiaiV1hTDdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

Ashesh - this appears to be related to the debugger changes. Can you
take a look please?

Thanks.

On Thu, May 16, 2013 at 2:07 PM, Gabriele Franch <franch(at)fbk(dot)eu> wrote:
> Hello,
> I'm using pgadmin 1.18.0 Alpha 1 (compiled from
> http://ftp.postgresql.org/pub/pgadmin3/release/v1.18.0-alpha1/src/pgadmin3-1.18.0-alpha1.tar.gz).
>
> Messages are repeated multiple times in messages pane. Version 1.16.1
> does not expose this behavior.
>
> Example SQL:
>
> DROP FUNCTION IF EXISTS raise_something () CASCADE;
> CREATE OR REPLACE FUNCTION raise_something ()
> RETURNS VOID AS
> $BODY$
> BEGIN
> RAISE WARNING 'Something';
> RAISE NOTICE 'Something else';
> END
> $BODY$
> LANGUAGE plpgsql;
>
> select * from raise_something();
>
> Gabriele Franch
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-05-16 15:42:21 pgAdmin III commit: Remove unmaintained standalone pgScript test app.
Previous Message Timon 2013-05-16 13:11:08 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2013-05-16 19:20:04 Browser fixes
Previous Message Timon 2013-05-16 13:11:08 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane