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

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

2014-10-30 Thread Dave Page
Ashesh, can you review/commit this please? Thanks. On Thu, Oct 30, 2014 at 1:14 PM, Akshay Joshi wrote: > Hi Dave > > As resource group is a shared object, so it can't be run in a > transnational block. With the current implementation if user change the > name and any other parameter it will th

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

2014-10-30 Thread Akshay Joshi
Hi Dave As resource group is a shared object, so it can't be run in a transnational block. With the current implementation if user change the name and any other parameter it will throw an error message as two ALTER statement can't run in a transnational block. I have fixed the issue. I have modif