pgAdmin 4 commit: Added support of Collation, FTS Configuration, FTS Di - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support of Collation, FTS Configuration, FTS Di
Date
Msg-id E1jEqYN-0003qn-5h@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support of Collation, FTS Configuration, FTS Dictionary, FTS Parser, and FTS Template to the Schema Diff. Fixes
#5261

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_20.rst                  |  1 +
.../databases/schemas/collations/__init__.py       | 54 ++++++++++++-
.../templates/collations/sql/default/update.sql    | 18 +++++
.../schemas/fts_configurations/__init__.py         | 64 +++++++++++++++-
.../databases/schemas/fts_dictionaries/__init__.py | 51 ++++++++++++-
.../databases/schemas/fts_parsers/__init__.py      | 64 +++++++++++++++-
.../templates/fts_parsers/sql/default/update.sql   | 17 +++++
.../databases/schemas/fts_templates/__init__.py    | 64 +++++++++++++++-
.../templates/fts_templates/sql/default/update.sql | 15 ++++
.../servers/databases/schemas/tables/utils.py      |  5 +-
web/pgadmin/tools/schema_diff/__init__.py          |  2 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 64 ++++++++++------
.../tools/schema_diff/tests/pg/10_plus/source.sql  | 88 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/10_plus/target.sql  | 70 +++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/source.sql  | 88 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/target.sql  | 70 +++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/source.sql  | 88 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/target.sql  | 70 +++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/source.sql | 86 +++++++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/target.sql | 70 +++++++++++++++++
.../schema_diff/tests/ppas/10_plus/source.sql      | 88 ++++++++++++++++++++++
.../schema_diff/tests/ppas/10_plus/target.sql      | 70 +++++++++++++++++
.../schema_diff/tests/ppas/9.2_plus/source.sql     | 87 +++++++++++++++++++++
.../schema_diff/tests/ppas/9.2_plus/target.sql     | 70 +++++++++++++++++
.../schema_diff/tests/test_schema_diff_comp.py     |  2 +
25 files changed, 1330 insertions(+), 36 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][RM#5261] Support for Collation, FTS Templates, FTSDictionaries, FTS Configurations and FTS Parsers
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM 5271] To change the switch control colors