pgAdmin 4 commit: Initial support for PG 10.0, per #2214

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Initial support for PG 10.0, per #2214
Date: 2017-04-24 12:55:33
Message-ID: E1d2dWf-00061E-G5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Initial support for PG 10.0, per #2214

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=59834fba310722b0c45bdcb3bfc9eb0a8ac4d9aa
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
.../templates/sequence/sql/default/update.sql | 10 +++---
.../server_groups/servers/templates/__init__.py | 0
.../servers/templates/connect/__init__.py | 0
.../servers/templates/connect/sql/__init__.py | 0
.../templates/connect/sql/tests/__init__.py | 0
.../connect/sql/tests/test_check_recovery.py | 37 ----------------------
web/pgadmin/dashboard/__init__.py | 16 ++++++++++
web/pgadmin/utils/versioned_template_loader.py | 1 +
8 files changed, 22 insertions(+), 42 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-04-24 12:56:04 pgAdmin 4 commit: Initial support for PG 10.0, per #2214 (missed some f
Previous Message Dave Page 2017-04-24 12:07:27 Re: [patch] Update chrome driver to support chrome version 58 in tests