pgAdmin 4 commit: Added support to ignore the owner while comparing obj

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to ignore the owner while comparing obj
Date: 2020-09-28 12:25:12
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support to ignore the owner while comparing objects in the Schema Diff tool. Fixes #5200.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=952197f1305c318dd4cbc56994501ed925b939a6

Modified Files
--------------
docs/en_US/images/preferences_schema_diff.png | Bin 119849 -> 138312 bytes
docs/en_US/preferences.rst | 2 ++
docs/en_US/release_notes_4_27.rst | 1 +
docs/en_US/schema_diff.rst | 8 +++--
.../databases/schemas/tables/schema_diff_utils.py | 10 ++-----
web/pgadmin/tools/schema_diff/__init__.py | 29 ++++++++----------
web/pgadmin/tools/schema_diff/compare.py | 2 --
web/pgadmin/tools/schema_diff/directory_compare.py | 33 +++++++++++----------
8 files changed, 41 insertions(+), 44 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-28 12:26:45 Re: [pgAdmin4][Patch] - RM 1402 - Macro support like pgAdmin3
Previous Message Aditya Toshniwal 2020-09-28 11:18:17 Re: [pgAdmin] Fix incorrect import in setup.py