RE: pgadmin4 - query editor in separate window - THANKS it worked

2022-07-28 Thread Graf Gerald 6080 ED
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

Re: pgadmin4 - query editor in separate window

2022-07-27 Thread Aditya Toshniwal
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

Re: pgadmin4 - query editor in separate window

2022-07-27 Thread androxkentaki
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/ >

pgadmin4 - query editor in separate window

2022-07-27 Thread Graf Gerald 6080 ED
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

Re: pgAdmin4 query

2019-06-13 Thread Murtuza Zabuawala
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

pgAdmin4 query

2019-06-13 Thread Polgár Benedek
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