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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Added support to ignore the owner while comparing obj
Дата
Msg-id E1kMsDQ-0004YE-Jb@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin] Fix incorrect import in setup.py
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 1402 - Macro support like pgAdmin3