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(-)