pgAdmin 4 commit: Add "Move objects.. functionality in 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 in tablespace no
Date: 2016-06-15 12:21:05
Message-ID: E1bD9of-0008FX-Fu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/tablespaces/__init__.py | 39 +++++++++++-
.../templates/tablespaces/js/tablespaces.js | 70 +++++++++++++++++++---
.../tablespaces/sql/9.1_plus/move_objects.sql | 6 +-
.../tablespaces/sql/9.2_plus/move_objects.sql | 6 +-
4 files changed, 106 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-15 12:22:41 Re: [pgadmin-hackers] PATCH: To add "Move objects..” functionality in tablespace (pgAdmin4)
Previous Message Ashesh Vashi 2016-06-15 12:16:35 Re: Fixed RM #1356