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

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

From
Ashesh Vashi
Date:
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(-)