Re: [pgAdmin4][psycopg2] - Modified status message implementation

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][psycopg2] - Modified status message implementation
Date: 2016-04-05 08:00:56
Message-ID: CAG7mmozFpm3iJx4TkKpHJehSyesrndhBJE1F5f+4Hp7fG04JiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Apr 4, 2016 at 4:53 PM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
wrote:

> Hi,
>
> Please find attached patch file which modified the earlier statusmessage
> implementation.
>
> *Previous implementation:- *
>
> statusmessage was implemented inside the poll function and if poll result
> row is greater than zero then statusmessage was replaced by the result row
> returned so if user wants the statusmessage along with returned rows then
> current implementation will not work.
>
> *Changes:-*
>
> Now "status_message()" function is implemented to get the status message
> returned by last command executed on the server and removed from the poll
> function.
> If user wants to status messages then they have to call "status_message()"
> which will return the status message text.
>
> Do review it and let us know for any comments.
>
Thanks - committed!

We still need to make it work with the synchronous connection.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com/>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

>
> Thanks,
> Neel Patel
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2016-04-05 08:57:05 Re: [pgAdmin4] [Patch]: Foreign Table Module
Previous Message Ashesh Vashi 2016-04-05 07:59:41 pgAdmin 4 commit: Improvise the PostgreSQL driver to fetch the status m