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

From: Timon <timosha(at)gmail(dot)com>
To:
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Date: 2013-05-16 13:11:08
Message-ID: CAAeC-StK_PP5=JwE7mDMXAHBHZu1c5-amaA3-W8XbLpYGis0Kg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

same bug when use vacuum feature

2013/5/16 Gabriele Franch <franch(at)fbk(dot)eu>:
> 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

--
All bugs reserved

Attachment Content-Type Size
image/png 48.2 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-05-16 13:37:28 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Previous Message Ashesh Vashi 2013-05-16 13:10:55 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 13:37:28 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Previous Message Ashesh Vashi 2013-05-16 13:10:55 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane