pgAdmin 4 commit: Fix various issues with Types, per discussion

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix various issues with Types, per discussion
Date: 2016-04-14 11:37:22
Message-ID: E1aqfaM-0001OQ-4l@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix various issues with Types, per discussion

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c047abd8a41c0973b35863dcb933b32c778b1182
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/types/__init__.py | 42 ++++++----
.../schemas/types/templates/type/js/type.js | 40 +++++----
.../types/templates/type/sql/9.1_plus/create.sql | 8 +-
.../type/sql/9.1_plus/get_external_functions.sql | 8 +-
.../servers/databases/schemas/utils.py | 94 +++++++++++++++++++++-
5 files changed, 151 insertions(+), 41 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-14 11:41:06 Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]
Previous Message Ashesh Vashi 2016-04-14 11:17:01 pgAdmin 4 commit: Backend changes to fetch the statistics for the datab