Thanks this worked! 😊
KR Gerald
From: Aditya Toshniwal
Sent: Mittwoch, 27. Juli 2022 15:07
To: Graf Gerald 6080 ED
Cc: pgadmin-supp...@postgresql.org; androxkentaki
Subject: Re: pgadmin4 - query editor in separate window
Hi,
You can also upgrade to the latest version which allows you to
3 Graf Gerald 6080 ED
> napisał(a):
>
>> Hi,
>>
>> could you please help?
>>
>> Thanks in advance.
>>
>> KR Gerald
>>
>>
>>
>>
>>
>> *From:* Dave Page
>> *Sent:* Mittwoch, 27. Juli 2022 10:40
>> *To:* G
10:40
> *To:* Graf Gerald 6080 ED
> *Subject:* Re: pgadmin4 - query editor in separate window
>
>
>
> Hi
>
>
>
> Please address any support questions to the pgadmin-supp...@postgresql.org
> mailing
> list (https://www.pgadmin.org/support/list/
>
Hi,
could you please help?
Thanks in advance.
KR Gerald
From: Dave Page
Sent: Mittwoch, 27. Juli 2022 10:40
To: Graf Gerald 6080 ED
Subject: Re: pgadmin4 - query editor in separate window
Hi
Please address any support questions to the
pgadmin-supp...@postgresql.org<mailto:pgadmin-s
Hi,
On Thu, 13 Jun 2019, 19:49 Polgár Benedek,
wrote:
> Dear Support Team!
>
>
>
> We find that The gpAdmin4 generates too many query.
>
>
>
> for example:
>
> SELECT 'session_stats' AS chart_name, row_to_json(t) AS chart_data
>
> FROM (SELECT
>
>(SELECT count(*) FROM pg_stat
Dear Support Team!
We find that The gpAdmin4 generates too many query.
for example:
SELECT 'session_stats' AS chart_name, row_to_json(t) AS chart_data
FROM (SELECT
(SELECT count(*) FROM pg_stat_activity WHERE datname = (SELECT
datname FROM pg_database WHERE oid = 1433952)) AS