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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m
Дата
Msg-id E1anLtl-0008Re-Dy@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4] [Patch]: Grant Wizard
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][psycopg2] - Modified status message implementation