pgAdmin 4 commit: Added support of Foreign Tables to the Schema Diff. F

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 Foreign Tables to the Schema Diff. F
Date: 2020-04-09 15:33:44
Message-ID: E1jMZBY-0007R1-TV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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=31f255b541f745f0b5a68d9733744e352c1faa94

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-09 16:16:59 pgAdmin 4 commit: Fixed typo
Previous Message Murtuza Zabuawala 2020-04-09 13:30:46 [pgAdmin4][RM#2813] Do not prompt for database server password once user saves it