pgAdmin 4 commit: Added support of Collation, FTS Configuration, FTS Di

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 of Collation, FTS Configuration, FTS Di
Date: 2020-03-19 08:29:23
Message-ID: E1jEqYN-0003qn-5h@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-03-19 08:29:47 Re: [pgAdmin4][RM 5271] To change the switch control colors
Previous Message Khushboo Vashi 2020-03-19 07:55:40 Re: [pgAdmin4][RM#5261] Support for Collation, FTS Templates, FTS Dictionaries, FTS Configurations and FTS Parsers