Re: [pgadmin-hackers] [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3

2014-10-30 Thread Dave Page
No point - we're not going to release another 1.18 version. On Thu, Oct 30, 2014 at 5:53 AM, Ashesh Vashi wrote: > Thanks everybody for your contribution. > We've committed the patch in the master branch. > > Dave, > > Do we need to check-in this in the REL-1_18_0_PATCHES branch? > > -- > > Than

[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

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