From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fix error on the stats tab with PG10. Also, rename th |
Date: | 2017-06-12 11:53:12 |
Message-ID: | E1dKNuC-00039i-7v@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Fix error on the stats tab with PG10. Also, rename the 10.0_plus template directory to 10_plus to match the new versioning. Fixes #2450
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49cd578816ab45166556fcd46096671130939cc3
Author: Atul Sharma <atul(dot)sharma(at)enterprisedb(dot)com>
Modified Files
--------------
.../templates/sequence/sql/10.0_plus/get_def.sql | 11 -----
.../templates/sequence/sql/10_plus/get_def.sql | 11 +++++
.../connect/sql/10.0_plus/check_recovery.sql | 9 ----
.../connect/sql/10_plus/check_recovery.sql | 9 ++++
.../templates/servers/sql/10_plus/stats.sql | 51 ++++++++++++++++++++++
web/pgadmin/utils/versioned_template_loader.py | 2 +-
6 files changed, 72 insertions(+), 21 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-06-12 11:53:25 | Re: [pgAdmin4][Patch][RM_2450] : Internal Server Error displayed if click on statistic tab for PG 10 server |
Previous Message | Dave Page | 2017-06-12 11:50:15 | Re: [pgAdmin4][Patch][Feature_1535]: Pressing ESC from within a dialog box should act like "Cancel" button |