pgAdmin 4 commit: Adding the Tablespace node

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Adding the Tablespace node
Date: 2016-02-05 07:38:43
Message-ID: E1aRayZ-0003WL-TA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Adding the Tablespace node

Author: Murtuza Zabuawala
Reviewed by: Neel Patel, Ashesh Vashi

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71a69f1dd4323bf01f78b5360d3637fb7c5cc8e1

Modified Files
--------------
.../server_groups/servers/tablespaces/__init__.py | 504 +++++++++++++++++++++
.../tablespaces/static/img/coll-tablespace.png | Bin 0 -> 336 bytes
.../servers/tablespaces/static/img/tablespace.png | Bin 0 -> 378 bytes
.../templates/tablespaces/js/tablespaces.js | 149 ++++++
.../templates/tablespaces/sql/9.1_plus/acl.sql | 28 ++
.../templates/tablespaces/sql/9.1_plus/alter.sql | 41 ++
.../templates/tablespaces/sql/9.1_plus/create.sql | 9 +
.../templates/tablespaces/sql/9.1_plus/delete.sql | 9 +
.../tablespaces/sql/9.1_plus/properties.sql | 8 +
.../templates/tablespaces/sql/9.1_plus/stats.sql | 2 +
.../templates/tablespaces/sql/9.1_plus/update.sql | 58 +++
.../tablespaces/sql/9.1_plus/variables.sql | 4 +
.../templates/tablespaces/sql/9.2_plus/acl.sql | 28 ++
.../templates/tablespaces/sql/9.2_plus/alter.sql | 41 ++
.../templates/tablespaces/sql/9.2_plus/create.sql | 9 +
.../templates/tablespaces/sql/9.2_plus/delete.sql | 9 +
.../tablespaces/sql/9.2_plus/properties.sql | 10 +
.../templates/tablespaces/sql/9.2_plus/stats.sql | 2 +
.../templates/tablespaces/sql/9.2_plus/update.sql | 80 ++++
.../tablespaces/sql/9.2_plus/variables.sql | 4 +
.../templates/tablespaces/sql/pre_9.1/acl.sql | 28 ++
.../templates/tablespaces/sql/pre_9.1/alter.sql | 41 ++
.../templates/tablespaces/sql/pre_9.1/create.sql | 9 +
.../templates/tablespaces/sql/pre_9.1/delete.sql | 9 +
.../tablespaces/sql/pre_9.1/properties.sql | 8 +
.../templates/tablespaces/sql/pre_9.1/stats.sql | 2 +
.../templates/tablespaces/sql/pre_9.1/update.sql | 58 +++
.../tablespaces/sql/pre_9.1/variables.sql | 4 +
28 files changed, 1154 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-05 08:50:05 pgAdmin 4 commit: Adding support to serialize the datetime to the JSON
Previous Message Akshay Joshi 2016-02-05 07:13:35 Re: patch for cast module