pgAdmin 4 commit: Fix display of types in GPDB.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix display of types in GPDB.
Date: 2017-08-31 08:57:29
Message-ID: E1dnLI1-0003t8-Pv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix display of types in GPDB.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eae6f0427c7c2e3350dd67aacc62a1053b2dd1a3
Author: Dave Cramer <davecramer(at)gmail(dot)com>

Modified Files
--------------
.../servers/databases/schemas/tables/utils.py | 5 +++++
.../datatype/sql/gpdb_5.0_plus/get_types.sql | 25 ++++++++++++++++++++++
.../servers/databases/schemas/types/__init__.py | 10 +++++++--
.../servers/databases/schemas/utils.py | 2 +-
4 files changed, 39 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-08-31 08:58:05 Re: fix get_types for GPDB
Previous Message Dave Page 2017-08-31 08:54:40 Re: Fix for RM2670