pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m
Date: 2016-04-05 07:59:41
Message-ID: E1anLtl-0008Re-Dy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improvise the PostgreSQL driver to fetch the status message.

At the moment, we will only allow to fetch status messages from the
asynchronous connection only, later - we may implement to fetch the
status message from the normal connection too.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e585ddbdafc896c7e494fd65b01d5c586d3db0cd
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/driver/abstract.py | 4 ++++
web/pgadmin/utils/driver/psycopg2/__init__.py | 32 +++++++++++++++++++++------
2 files changed, 29 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-05 08:00:56 Re: [pgAdmin4][psycopg2] - Modified status message implementation
Previous Message Ashesh Vashi 2016-04-05 05:36:31 Re: [pgAdmin4] [Patch]: Grant Wizard