pgAdmin 4 commit: Corrected the syntax for 'CREATE TRIGGER', use 'EXECU

2021-04-06 Thread Akshay Joshi
Corrected the syntax for 'CREATE TRIGGER', use 'EXECUTE FUNCTION' instead of 'EXECUTE PROCEDURE' from v11 onwards. Fixes #6220 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f59463e3b201eaf59674a762f87c16ef12296b2 Modified Files ---

Re: [pgAdmin] [patch] RM6333 Help dialog issue if we set "Open in new browser tab" for Query tool & ERD.

2021-04-06 Thread Akshay Joshi
Thanks, patch applied. On Tue, Apr 6, 2021 at 11:32 AM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch which resolves the issue of help dialogue > for Query tool & ERD tool on nwjs app. > > Also in the flow, verified Schema diff & Debugger w

pgAdmin 4 commit: Fixed sizing issue of help dialog for Query Tool and

2021-04-06 Thread Akshay Joshi
Fixed sizing issue of help dialog for Query Tool and ERD Tool when open in the new browser tab. Fixes #6333 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=585ba81492c5cf1ebc3bc34db2645cc9e6cf4b42 Author: Rahul Shirsat Modified Files ---

Re: [pgAdmin][Patch] RM 6082 - Able to change connection when a long query is running

2021-04-06 Thread Akshay Joshi
Hi Yogesh The issue is not fixed yet. I am able to change the connection while the transaction is in progress. Please check and resend the patch. On Tue, Apr 6, 2021 at 1:43 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hello, > > Please find a patch which diables change of conne

[pgAdmin][Patch] RM 6082 - Able to change connection when a long query is running

2021-04-06 Thread Yogesh Mahajan
Hello, Please find a patch which diables change of connection from query tool while query tool transaction is in progress. Thanks, Yogesh Mahajan EnterpriseDB RM6082_v1.patch Description: Binary data