Re: Fix a bug of schema diff when comparing triggers with different when clauses

2021-02-28 Thread Akshay Joshi
Thanks, patch applied. On Mon, Mar 1, 2021 at 7:36 AM huangj.f...@fujitsu.com < huangj.f...@fujitsu.com> wrote: > Hi, > > > > When I compare triggers with different when clauses, it shows the wrong > diff DDL. > > > > I tried to fix the bug , as the attached patch shows. > > > > -- > > Thanks &&

pgAdmin 4 commit: Fixed an issue where schema diff showing wrong SQL wh

2021-02-28 Thread Akshay Joshi
Fixed an issue where schema diff showing wrong SQL when comparing triggers with different when clause. Fixes #6281. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9225493a93028f54295789869f4fdd5d9bb30e7d Author: Huangj Modified Files --

Re: [pgAdmin]: Logical replication issues.

2021-02-28 Thread Akshay Joshi
Thanks, patch applied. On Fri, Feb 26, 2021 at 7:07 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for the below RMs: > >1. RM6260 - Create Slot' is disabled for change in case of same >IP/host for different servers in the subs

pgAdmin 4 commit: 1) Fixed an issue where the user is unable to create

2021-02-28 Thread Akshay Joshi
1) Fixed an issue where the user is unable to create a subscription if the host/IP address for connection is 127.0.0.1. Fixes #6253 2) Ensure that proper error message should be shown on the properties and statistics tab in case of insufficient privileges for a subscription. Fixes #6259 3) Fixed

Fix a bug of schema diff when comparing triggers with different when clauses

2021-02-28 Thread huangj.f...@fujitsu.com
Hi, When I compare triggers with different when clauses, it shows the wrong diff DDL. [cid:image001.jpg@01D70E79.180AED80] I tried to fix the bug , as the attached patch shows. -- Thanks && regards HuangJ fix-bug-of-SchemaDiff.patch Description: fix-bug-of-SchemaDiff.patch