pgAdmin 4 commit: Fix stats on PG 9.6. Fixes #1719

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix stats on PG 9.6. Fixes #1719
Date: 2016-09-22 13:17:50
Message-ID: E1bn3ss-0007xD-Jw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix stats on PG 9.6. Fixes #1719

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/__init__.py | 14 +++++-
.../servers/sql/9.6_plus/change_password.sql | 2 +
.../templates/servers/sql/9.6_plus/stats.sql | 51 ++++++++++++++++++++++
3 files changed, 65 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-22 13:19:10 Re: PATCH: To fix the issue with stats table in PG9.6 (pgAdmin4)
Previous Message Murtuza Zabuawala 2016-09-22 13:08:39 PATCH: Adding support of Package in synonym (pgAdmin4)