1) Wrong tablespace displayed in table properties. Fixes #2069 2) Message (Connection to the server has been lost.) displayed with Materialized view and view under sql tab. Fixes #2139
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2ac6fc6a79a4e9d6418d89aaec38d0576f8a054 Author: Khushboo Vashi <khushboo.va...@enterprisedb.com> Modified Files -------------- .../servers/databases/schemas/tables/__init__.py | 69 +++++++++++----------- .../constraints/exclusion_constraint/__init__.py | 14 +++-- .../js/exclusion_constraint.js | 2 +- .../constraints/index_constraint/__init__.py | 11 +++- .../index_constraint/js/index_constraint.js | 2 +- .../databases/schemas/tables/indexes/__init__.py | 18 +++--- .../tables/indexes/templates/index/js/index.js | 2 +- .../sql/default/properties.sql | 6 +- .../templates/index/sql/default/properties.sql | 7 ++- .../templates/index_constraint/sql/properties.sql | 6 +- .../schemas/tables/templates/table/js/table.js | 4 +- .../tables/templates/table/sql/default/create.sql | 4 +- .../templates/table/sql/default/properties.sql | 6 +- .../servers/databases/schemas/views/__init__.py | 30 ++++++---- .../schemas/views/templates/mview/js/mview.js | 2 +- .../templates/mview/pg/9.3_plus/sql/properties.sql | 6 +- .../templates/mview/pg/9.4_plus/sql/properties.sql | 6 +- .../mview/ppas/9.3_plus/sql/properties.sql | 6 +- 18 files changed, 123 insertions(+), 78 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers