pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Greenplum specific DDL and Dashboard display changes.
Date: 2017-08-25 12:25:09
Message-ID: E1dlDfh-0001Va-GM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Greenplum specific DDL and Dashboard display changes.
Initial patch by Sarah McAlear<smcalear(at)pivotal(dot)io>.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=46c5df4e7bb7abba6896cfb86eed43914a74850a
Author: Teng Zhang <tezhang(at)pivotal(dot)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(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-08-25 12:27:09 Re: [pgadmin4][Patch] Greenplum specific DDL and Dashboard display
Previous Message Ashesh Vashi 2017-08-25 12:15:47 Re: [pgAdmin4][PATCH] Fix trigger's reversed engineered SQL for View