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

From: Gabriele Franch <franch(at)fbk(dot)eu>
To: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Date: 2013-05-16 13:07:32
Message-ID: 5194DA13.1030408@fbk.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgadmin-support

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2013-05-16 13:10:55 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Previous Message Dave Page 2013-05-16 10:38:20 Re: Fixed compilation issue on some Operating System

Browse pgadmin-support by date

  From Date Subject
Next Message Ashesh Vashi 2013-05-16 13:10:55 Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Previous Message Dave Page 2013-05-16 12:49:16 Re: Latest git compile fails on 'EVP_PKEY_free'