Re: [pgAdmin4][Patch]: RM#1256 - Add support for Query tool in the context menu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM#1256 - Add support for Query tool in the context menu
Date: 2016-06-08 12:19:14
Message-ID: CA+OCxoxJfzw0m6W-uX8DHUnU4DrhrSttmBDOzcROfC1Z1wSE8Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, committed with some priority tweaks.

On Fri, Jun 3, 2016 at 6:54 PM, Surinder Kumar
<surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Please find attached patch for RM#1256
> Explanation:
> 1) Add support for query tool in context menu for nodes and collections.
> 2) Added 'unsupported_node' object of datagrid as pgAdmin object because it
> is used in node js and collection js as well.
>
> I set the menu priority as 3, please change if it is incorrect.
>
> Please review.
>
> Thanks,
> Surinder Kumar
>
>
> --
> 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
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-08 12:22:06 pgAdmin 4 commit: Properly quote function names when starting the debug
Previous Message Dave Page 2016-06-08 12:19:03 pgAdmin 4 commit: Add the Query Tool to the context menu, and improve p