pgAdmin 4 commit: Adding the Tablespace node - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding the Tablespace node
Date
Msg-id E1aRayZ-0003WL-TA@gothos.postgresql.org
Whole thread Raw
List 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(+)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: patch for cast module
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Adding the Login/Group Role Node.