public inbox for [email protected]
help / color / mirror / Atom feedFrom: Akshay Joshi <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Added support of Foreign Tables to the Schema Diff. F
Date: Thu, 09 Apr 2020 15:33:44 +0000
Message-ID: <[email protected]> (raw)
Added support of Foreign Tables to the Schema Diff. Fixes #5263
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=31f255b541f745f0b5a68d9733744e352c1f...
Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
.../databases/schemas/foreign_tables/__init__.py | 137 +++++++++++++++++++--
.../foreign_tables/sql/9.2_plus/get_columns.sql | 2 +-
.../sql/9.5_plus/foreign_table_schema_diff.sql | 76 ++++++++++++
.../foreign_tables/sql/9.5_plus/get_columns.sql | 2 +-
.../foreign_tables/sql/9.5_plus/update.sql | 11 ++
.../schemas/tables/compound_triggers/__init__.py | 4 +-
.../databases/schemas/tables/rules/__init__.py | 4 +-
.../databases/schemas/tables/triggers/__init__.py | 4 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 26 ++--
.../tools/schema_diff/tests/pg/10_plus/source.sql | 104 ++++++++++++++++
.../tools/schema_diff/tests/pg/10_plus/target.sql | 106 ++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/source.sql | 104 ++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/target.sql | 106 ++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/source.sql | 104 ++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/target.sql | 106 ++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/source.sql | 104 ++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/target.sql | 106 ++++++++++++++++
.../schema_diff/tests/ppas/10_plus/source.sql | 110 ++++++++++++++++-
.../schema_diff/tests/ppas/10_plus/target.sql | 110 ++++++++++++++++-
.../schema_diff/tests/ppas/9.2_plus/source.sql | 106 +++++++++++++++-
.../schema_diff/tests/ppas/9.2_plus/target.sql | 108 +++++++++++++++-
22 files changed, 1510 insertions(+), 31 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 Foreign Tables to the Schema Diff. F
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