[pgadmin-hackers] pgAdmin 4 commit: Basic support for viewing tables in Greenplum.Patch - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Basic support for viewing tables in Greenplum.Patch
Date
Msg-id E1cdDSh-0006RH-Vv@gothos.postgresql.org
Whole thread Raw
List 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@pivotal.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(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: [pgadmin-hackers] [pgAdmin4][PATCH] Handling of non-ascii with Python2.7
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][patch] We can see tables in Greenplum!