pgAdmin 4 commit: Allow maintenance operations on Index/Primary key/Uni - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow maintenance operations on Index/Primary key/Uni
Date
Msg-id E1bGQhc-00064A-LA@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Move the config database schema version out of the co
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Don't blink the elapsed time - it's distracting.