pgAdmin 4 commit: Basic support for viewing tables in Greenplum. Patch

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Basic support for viewing tables in Greenplum. Patch
Date: 2017-02-13 10:02:23
Message-ID: E1cdDSh-0006RH-Vv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Basic support for viewing tables in Greenplum. Patch from George & Tira @ Pivotal.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ec9e8b79a3f8bd8ee6bcb685247a54efaa80c5fa
Author: Atira Odhner <aodhner(at)pivotal(dot)io>

Modified Files
--------------
.../tables/templates/table/sql/9.1_plus/nodes.sql | 7 +++
.../tables/templates/table/sql/default/nodes.sql | 4 +-
.../templates/table/sql/tests/test_tables_node.py | 60 ++++++++++++++++++++++
web/regression/test_utils.py | 56 ++++++++++++++++++++
4 files changed, 125 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-13 10:02:42 Re: [patch] We can see tables in Greenplum!
Previous Message Murtuza Zabuawala 2017-02-13 06:42:47 [pgAdmin4][PATCH] Handling of non-ascii with Python2.7