pgAdmin 4 commit: Fix table statistics for Greenplum. Fixes #3059

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix table statistics for Greenplum. Fixes #3059
Date: 2018-02-26 09:38:03
Message-ID: E1eqFER-0006FD-Pk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix table statistics for Greenplum. Fixes #3059

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5ebd9ee8d30a32bfbe9deb39fc3c6da224dfcff9
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>

Modified Files
--------------
.../tables/templates/table/sql/9.1_plus/stats.sql | 57 ++++++++++++++++++++++
.../tables/templates/table/sql/9.2_plus/stats.sql | 57 ++++++++++++++++++++++
.../tables/templates/table/sql/default/stats.sql | 4 --
.../templates/table/sql/gpdb_5.0_plus/stats.sql | 16 ++++++
4 files changed, 130 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-26 09:38:25 Re: [pgadmin4][patch] Table Statistics in GreenPlum #3059
Previous Message Dave Page 2018-02-26 09:22:10 Re: [pgAdmin4][RM#2951] Allow user to disable graphs and activity grid