[pgadmin-hackers] pgAdmin 4 commit: 1) Wrong tablespace displayed in table properties.Fi

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgadmin-hackers] pgAdmin 4 commit: 1) Wrong tablespace displayed in table properties.Fi
Дата
Msg-id E1cZbNb-0003CC-9g@gothos.postgresql.org
обсуждение исходный текст
Список 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.vashi@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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2069 - Wrong tablespacedisplayed in table properties
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2069 - Wrong tablespacedisplayed in table properties