pgAdmin 4 commit: Type support

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Type support
Date: 2016-04-07 11:27:39
Message-ID: E1ao867-0005jN-9p@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Type support

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ca277bc8b67d6fe7ad3d0c56bc5cec510835226e
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)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(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Arun Kollan 2016-04-07 11:36:28 Re: Styling tab navigation and close buttons
Previous Message Murtuza Zabuawala 2016-04-07 10:49:32 Re: Control for displaying "auto vacuum" fields into grid