pgAdmin 4 commit: Greenplum specific DDL and Dashboard displaychanges.

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Greenplum specific DDL and Dashboard displaychanges.
Дата
Msg-id E1dlDfh-0001Va-GM@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Greenplum specific DDL and Dashboard display changes.
Initial patch by Sarah McAlear<smcalear@pivotal.io>.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=46c5df4e7bb7abba6896cfb86eed43914a74850a
Author: Teng Zhang <tezhang@pivotal.io>

Modified Files
--------------
web/config.py                                      |   3 +-
.../templates/table/sql/gpdb_5.0_plus/create.sql   | 168 +++++++++++++++++++++
.../table/sql/gpdb_5.0_plus/properties.sql         |  82 ++++++++++
.../servers/databases/schemas/tables/utils.py      |   7 +-
web/pgadmin/browser/server_groups/servers/gpdb.py  |  20 +++
web/pgadmin/dashboard/__init__.py                  |   7 +-
.../dashboard/sql/gpdb_5.0_plus/activity.sql       |  14 ++
.../dashboard/sql/gpdb_5.0_plus/locks.sql          |  22 +++
.../dashboard/sql/gpdb_5.0_plus/session_stats.sql  |   4 +
.../gpdb_5.0_plus/some_action_with_gpdb_5_0.sql    |   1 +
.../utils/tests/test_versioned_template_loader.py  |  36 ++++-
web/pgadmin/utils/versioned_template_loader.py     |  39 +++--
12 files changed, 385 insertions(+), 18 deletions(-)


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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][PATCH] Fix trigger's reversed engineered SQL for View
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display