public inbox for [email protected]
help / color / mirror / Atom feedFrom: Akshay Joshi <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Added support of Collation, FTS Configuration, FTS Di
Date: Thu, 19 Mar 2020 08:29:23 +0000
Message-ID: <[email protected]> (raw)
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=4fe69e825e6b2b91403969cce8dbfe5942c6...
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(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgAdmin 4 commit: Added support of Collation, FTS Configuration, FTS Di
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox