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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix various issues with Types, per discussion
Дата
Msg-id E1aqfaM-0001OQ-4l@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Backend changes to fetch the statistics for the datab
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]