[pgAdmin4][Patch] - Schema Diff Fixes

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] - Schema Diff Fixes
Date: 2020-01-31 12:24:51
Message-ID: CAFOhELfV7k3f0QxrsLFqeUOHzYLpPJ+sMCx3ZhJFG_kBSwuMHg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch to fix the below schema diff issues:

1. Comparison result of 2 exact identical Trigger Functions is different
2. EPAS 12: Table comparison with the compound trigger shown as different,
but all SQL panels are blank
3. Compound trigger properties panel is not opening
4. The DDL difference of the table containing the foreign key is not
accurate
5. The DDL difference of the view which refers the table from schema is not
accurate
6. DDL comparison fails if we have procedure with plpgsql in source and
edbsql in target

Thanks,
Khushboo

Attachment Content-Type Size
schema_diff_fixes_part2.patch application/octet-stream 19.0 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-31 16:04:07 pgAdmin 4 commit: Update message catalogs.
Previous Message Akshay Joshi 2020-01-31 08:52:51 Re: [pgAdmin][RM4770] [Accessibility]Parse & validate the web pages