pgAdmin 4 commit: Fix various issues with Types, per discussion - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix various issues with Types, per discussion
Date
Msg-id E1aqfaM-0001OQ-4l@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Backend changes to fetch the statistics for the datab
Next
From: Dave Page
Date:
Subject: Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]