pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m
Date
Msg-id E1anLtl-0008Re-Dy@gothos.postgresql.org
Whole thread Raw
List 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.patel@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4] [Patch]: Grant Wizard
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][psycopg2] - Modified status message implementation