pgAdmin 4 commit: Type support

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Type support
Дата
Msg-id E1ao867-0005jN-9p@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Type support

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca277bc8b67d6fe7ad3d0c56bc5cec510835226e
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/types/__init__.py    | 1210 ++++++++++++++++++++
.../schemas/types/static/img/coll-type.png         |  Bin 0 -> 329 bytes
.../databases/schemas/types/static/img/type.png    |  Bin 0 -> 325 bytes
.../schemas/types/templates/type/js/type.js        |  863 ++++++++++++++
.../types/templates/type/sql/9.1_plus/acl.sql      |   26 +
.../type/sql/9.1_plus/additional_properties.sql    |   35 +
.../types/templates/type/sql/9.1_plus/create.sql   |   79 ++
.../types/templates/type/sql/9.1_plus/delete.sql   |    1 +
.../templates/type/sql/9.1_plus/get_collations.sql |    7 +
.../type/sql/9.1_plus/get_external_functions.sql   |   40 +
.../types/templates/type/sql/9.1_plus/get_oid.sql  |   11 +
.../templates/type/sql/9.1_plus/get_subtypes.sql   |   56 +
.../templates/type/sql/9.1_plus/get_types.sql      |   10 +
.../types/templates/type/sql/9.1_plus/nodes.sql    |   10 +
.../templates/type/sql/9.1_plus/properties.sql     |   24 +
.../types/templates/type/sql/9.1_plus/update.sql   |  139 +++
.../templates/type/sql/postgres_inbuit_types.txt   |   53 +
17 files changed, 2564 insertions(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: Control for displaying "auto vacuum" fields into grid
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix sub-node error display.