Fixed some issues related to Resource Group

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Fixed some issues related to Resource Group
Date: 2014-10-30 13:14:39
Message-ID: CANxoLDenoCqmmtHFEAeT05qBmKpHt0ZOu+RPrtSuw56=a7Wx_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 modified the logic and add one more text box
in SQL tab on "Resource Group" dialog as we have in "New Database" dialog.

Attached is the patch file of the above fix. Please review it and if it
looks good, can you please commit the code.

--
*Akshay Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
Resource_Group_fixes.patch application/octet-stream 4.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-10-30 15:11:14 Re: Fixed some issues related to Resource Group
Previous Message Dave Page 2014-10-30 08:57:09 Re: [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3