pgAdmin 4 commit: Add "Move objects.. functionality to tablespace no

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add "Move objects.. functionality to tablespace no
Date: 2016-06-14 13:53:51
Message-ID: E1bComt-0004AJ-Br@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add "Move objects..” functionality to tablespace node. Fixes #1286

Additionally I have removed pre_9.1 sql's & align SQL line indentation as well.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62c136993870e987df21ee14b7cffc9db0f07751
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/tablespaces/__init__.py | 46 ++++-
.../templates/tablespaces/js/tablespaces.js | 185 +++++++++++++++++++++
.../tablespaces/sql/9.1_plus/move_objects.sql | 21 +++
.../tablespaces/sql/9.2_plus/move_objects.sql | 21 +++
.../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 | 2 -
.../tablespaces/sql/pre_9.1/dependents.sql | 20 ---
.../templates/tablespaces/sql/pre_9.1/nodes.sql | 8 -
.../tablespaces/sql/pre_9.1/properties.sql | 12 --
.../templates/tablespaces/sql/pre_9.1/stats.sql | 6 -
.../templates/tablespaces/sql/pre_9.1/update.sql | 58 -------
.../tablespaces/sql/pre_9.1/variables.sql | 4 -
14 files changed, 267 insertions(+), 194 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-14 13:55:15 Re: [pgadmin-hackers] PATCH: To add "Move objects..” functionality in tablespace (pgAdmin4)
Previous Message Sanket Mehta 2016-06-14 13:48:58 integration of minimap in graphical explain feature