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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Дата
Msg-id CAG7mmoynDk5epo7g=hf3gbOU=Rqr4jTMrvVOKTUuxvrn-cdnrw@mail.gmail.com
обсуждение исходный текст
Ответ на bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane  (Gabriele Franch <franch@fbk.eu>)
Список pgadmin-support
It could be because of the changes in pgThread, made to redesign the debugger.
I will investigate it.
Thanks for the report.

On Thu, May 16, 2013 at 6:37 PM, Gabriele Franch <franch@fbk.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support



--
--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

В списке pgadmin-support по дате отправления:

Предыдущее
От: Timon
Дата:
Сообщение: Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane
Следующее
От: Dave Page
Дата:
Сообщение: Re: bug: repeated messages in pgadmin (1.18.0 Alpha 1) query tool messages pane