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

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Basic support for viewing tables in Greenplum.Patch
Дата
Msg-id E1cdDSh-0006RH-Vv@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgadmin-hackers] [pgAdmin4][PATCH] Handling of non-ascii with Python2.7
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers][patch] We can see tables in Greenplum!