pgAdmin 4 commit: Fix tablespace statistics. Fixes #1196

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix tablespace statistics. Fixes #1196
Date: 2016-06-23 12:06:09
Message-ID: E1bG3Ob-0000TP-HL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-23 12:06:17 Re: PATCH: Statistics for Tablespace (pgAdmin4)
Previous Message Dave Page 2016-06-23 12:03:32 Re: PATCH: Allow default ACLs to be specified when creating a schema (pgAdmin4)