[pgadmin-hackers] pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog.

2014-11-02 Thread Ashesh Vashi
Fix an issue related to RESOURCE GROUP dialog. The multiple statement generated are not transaction safe. Hence - execute/put them in separate textbox, so that they will be executed in separate transaction all together, just like we do in Database dialog. Branch -- master Details --- ht

[pgadmin-hackers] pgAdmin III commit: Allow to run the embed-xrc from the separate build

2014-11-02 Thread Ashesh Vashi
Allow to run the embed-xrc from the separate build directory, and on all the platform Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b5fc83d94678f1721c92132fe46c111f2fef3a13 Modified Files -- Makefile.am |2 +- pgadmin/

Re: [pgadmin-hackers] Fixed some issues related to Resource Group

2014-11-02 Thread Ashesh Vashi
On Thu, Oct 30, 2014 at 8:41 PM, Dave Page wrote: > Ashesh, can you review/commit this please? > > Thanks. > > On Thu, Oct 30, 2014 at 1:14 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> >> As resource group is a shared object, so it can't be run in a >> transnational