Re: Is it possible to switch off 'Waiting for the query to complete..."? screen saver ?

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Petr Fedorov <petr(dot)fedorov(at)phystech(dot)edu>
Cc: "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: Is it possible to switch off 'Waiting for the query to complete..."? screen saver ?
Date: 2019-09-09 03:42:31
Message-ID: CAFOhELcvuBWmh5WXKJOF-C-cE5kvG-TeCyjx07rJcLCm9hW6=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

On Sat, Sep 7, 2019 at 5:15 PM Petr Fedorov <petr(dot)fedorov(at)phystech(dot)edu>
wrote:

> Hello
>
> I run a long-running stored procedure which uses RAISE statements to
> output debug information. I do see the messages behind "Waiting for the
> query to complete ..." window, but when the query ends (with ERROR),
> Messages window is cleared and only the latest message is displayed
> there. This is very inconvenient.
>
> The issue can be reproduced using the code below.
>
> do $$begin
> raise notice 'debug message1';
> raise notice 'debug message2';
> -- perform pg_sleep(2);
> raise notice 'debug message - last';
> end;
> $$
>
> Without pg_sleep() the content of Messages window is correct:
>
>
> NOTICE: debug message1
>
> NOTICE: debug message2
>
> NOTICE: debug message - last
>
> DO
>
> Query returned successfully in 78 msec.
>
>
> But if one uncomments perform pg_sleep(2): the final result will be
> (after Waiting window dismissal):
>
>
> NOTICE: debug message - last
>
> DO
>
> Query returned successfully in 2 secs 47 msec.
>
>
> I'm using pgAdmin v4.12 on Fedora 29. PostgreSQL 11.4 on
> x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat
> 4.8.5-36), 64-bit
>
>
> Thanks for reporting.
Please log this issue @ https://redmine.postgresql.org/projects/pgadmin4.

Thanks,
Khushboo

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Luther Goh Lu Feng 2019-09-09 11:04:41 Re: Opening pgAdmin 4 in a new browser window as an alternative user flow
Previous Message Dave Page 2019-09-08 12:21:17 Re: config_distro.py missing in pgadmin4 v4.12