public inbox for [email protected]  
help / color / mirror / Atom feed
From: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Add support for domains.
Date: Tue, 05 Apr 2016 15:32:40 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-hackers>

Add support for domains.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2add0155a3ff1de68bebfa78eed5b4d2248d3...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
.../servers/databases/schemas/domains/__init__.py  | 824 +++++++++++++++++++++
.../schemas/domains/domain-constraints/__init__.py | 691 +++++++++++++++++
.../static/img/coll-domain-constraints.png         | Bin 0 -> 314 bytes
.../static/img/domain-constraints-bad.png          | Bin 0 -> 579 bytes
.../static/img/domain-constraints.png              | Bin 0 -> 406 bytes
.../domain-constraints/css/domain-constraints.css  |  23 +
.../domain-constraints/js/domain-constraints.js    | 142 ++++
.../domain-constraints/sql/9.1_plus/create.sql     |   3 +
.../domain-constraints/sql/9.1_plus/delete.sql     |   4 +
.../domain-constraints/sql/9.1_plus/get_domain.sql |   8 +
.../domain-constraints/sql/9.1_plus/get_oid.sql    |   7 +
.../domain-constraints/sql/9.1_plus/properties.sql |  14 +
.../domain-constraints/sql/9.1_plus/update.sql     |   3 +
.../domain-constraints/sql/9.2_plus/create.sql     |  10 +
.../domain-constraints/sql/9.2_plus/delete.sql     |   4 +
.../domain-constraints/sql/9.2_plus/get_domain.sql |   8 +
.../domain-constraints/sql/9.2_plus/get_oid.sql    |   7 +
.../sql/9.2_plus/get_type_category.sql             |   5 +
.../domain-constraints/sql/9.2_plus/properties.sql |  17 +
.../domain-constraints/sql/9.2_plus/update.sql     |  13 +
.../schemas/domains/static/img/coll-domain.png     | Bin 0 -> 462 bytes
.../schemas/domains/static/img/domain-sm.png       | Bin 0 -> 401 bytes
.../schemas/domains/static/img/domain.png          | Bin 0 -> 424 bytes
.../domains/templates/domains/js/domains.js        | 362 +++++++++
.../templates/domains/sql/9.1_plus/create.sql      |  30 +
.../templates/domains/sql/9.1_plus/delete.sql      |  16 +
.../domains/sql/9.1_plus/get_collations.sql        |  10 +
.../domains/sql/9.1_plus/get_constraints.sql       |  15 +
.../templates/domains/sql/9.1_plus/get_oid.sql     |  18 +
.../templates/domains/sql/9.1_plus/node.sql        |  13 +
.../templates/domains/sql/9.1_plus/properties.sql  |  35 +
.../templates/domains/sql/9.1_plus/update.sql      |  69 ++
.../templates/domains/sql/9.2_plus/create.sql      |  36 +
.../templates/domains/sql/9.2_plus/delete.sql      |  16 +
.../domains/sql/9.2_plus/get_collations.sql        |  10 +
.../domains/sql/9.2_plus/get_constraints.sql       |  15 +
.../templates/domains/sql/9.2_plus/get_oid.sql     |  18 +
.../templates/domains/sql/9.2_plus/node.sql        |  13 +
.../templates/domains/sql/9.2_plus/properties.sql  |  34 +
.../templates/domains/sql/9.2_plus/update.sql      |  80 ++
40 files changed, 2573 insertions(+)


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pgAdmin 4 commit: Add support for domains.
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox