Re: [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility
Date: 2017-04-24 12:56:12
Message-ID: CA+OCxozsnaOiGFiJ8JudhcnEgFZk=rdO-LbeeB4kTFPsTXL0MA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - looks good, so committed.

On Fri, Apr 21, 2017 at 1:02 PM, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com
> wrote:

> Hi All
>
> Please find the patch to support PostgreSQL 10 compatibility, though it
> was not completed as SCRAM authentication support is still remaining to
> change the password.
>
> Patch contains following:
>
> - Changed the function name as it was change in v10.
> - Changed the SQL to get the sequence information.
> - Change the logic of Check Recovery test case as it was running for
> each version instead of specified database version.
> - Remove some unused __init__.py file.
> - Handle background error for dashboard when the selected server is
> deleted.
>
> Please review it.
>
> --
> *Akshay Joshi*
> *Principal Software Engineer *
>
>
>
> *Phone: +91 20-3058-9517 <+91%2020%203058%209517>Mobile: +91 976-788-8246
> <+91%2097678%2088246>*
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adrian Klaver 2017-04-24 13:05:33 Re: [pgadmin-hackers] file permission on ssl key
Previous Message Dave Page 2017-04-24 12:56:04 pgAdmin 4 commit: Initial support for PG 10.0, per #2214 (missed some f