pgAdmin 4 commit: Fix tablespace statistics. Fixes #1196 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix tablespace statistics. Fixes #1196
Date
Msg-id E1bG3Ob-0000TP-HL@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix tablespace statistics. Fixes #1196

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4ef927da31eae612a28b914207b92e1bbdbc359
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../browser/server_groups/servers/tablespaces/__init__.py     | 11 +++++------
.../tablespaces/templates/tablespaces/js/tablespaces.js       |  4 +++-
.../tablespaces/templates/tablespaces/sql/9.1_plus/stats.sql  |  7 +++++--
.../tablespaces/templates/tablespaces/sql/9.2_plus/stats.sql  |  7 +++++--
4 files changed, 18 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: Allow default ACLs to be specified when creating a schema (pgAdmin4)
Next
From: Dave Page
Date:
Subject: Re: PATCH: Statistics for Tablespace (pgAdmin4)