pgAdmin 4 commit: Allow maintenance operations on Index/Primary key/Uni

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow maintenance operations on Index/Primary key/Uni
Date: 2016-06-24 12:59:20
Message-ID: E1bGQhc-00064A-LA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow maintenance operations on Index/Primary key/Unique constraints. Fixes #1390

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/maintenance/__init__.py | 23 ++++++--
.../templates/maintenance/js/maintenance.js | 61 ++++++++++++++++++----
.../templates/maintenance/sql/command.sql | 7 ++-
3 files changed, 76 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-24 13:01:26 pgAdmin 4 commit: Don't blink the elapsed time - it's distracting.
Previous Message Dave Page 2016-06-24 11:50:56 pgAdmin 4 commit: Move the config database schema version out of the co