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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where schema diff showing wrong SQL wh
Date: 2021-03-01 07:50:50
Message-ID: E1lGdKM-0000tR-Hx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 <huangj(dot)fnst(at)fujitsu(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_1.rst | 1 +
.../schemas/tables/templates/triggers/sql/pg/default/update.sql | 2 +-
.../schemas/tables/templates/triggers/sql/ppas/default/update.sql | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-03-01 07:51:10 Re: Fix a bug of schema diff when comparing triggers with different when clauses
Previous Message Akshay Joshi 2021-03-01 06:39:25 Re: [pgAdmin]: Logical replication issues.