pgAdmin 4 commit: 1) Wrong tablespace displayed in table properties. Fi

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Wrong tablespace displayed in table properties. Fi
Date: 2017-02-03 10:46:11
Message-ID: E1cZbNb-0003CC-9g@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-02-03 10:47:29 Re: [pgAdmin4][Patch]: RM 2069 - Wrong tablespace displayed in table properties
Previous Message Dave Page 2017-02-03 10:07:44 Re: [pgAdmin4][Patch]: RM 2069 - Wrong tablespace displayed in table properties