pgAdmin 4 commit: Correctly identify server type upon first connection.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Correctly identify server type upon first connection.
Date: 2016-10-07 11:57:39
Message-ID: E1bsTmV-0004oM-S7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Correctly identify server type upon first connection. Fixes #1785

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=50859f836916567146ad47c23c92cb5c58519e0e
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-07 11:57:47 Re: [pgAdmin4][Patch]: RM 1785 - PPAS Servers are consider to be PostgreSQL until after the first disconnect/reconnect
Previous Message Dave Page 2016-10-07 11:53:22 Re: PATCH: To fix the issue in Debugger module (pgAdmin4)