Re: Implementation of the GUI to create/modify/drop "Resource Group".

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Implementation of the GUI to create/modify/drop "Resource Group".
Date: 2014-06-07 14:28:33
Message-ID: CA+OCxoxkk7+s+YQEFntrze9p9CL6ogT4ZT4EEfB1Rb_e1+OCaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay

On Thu, Jun 5, 2014 at 1:37 PM, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Dave
>
> I have implemented the GUI for creating, modifying and deleting the
> Resource Group for PPAS 9.4 and above. As I don't have new icon for the
> "Resource Group", I used the existing group and groups icon. I have tested
> the code on Windows and Linux.
>
> Attached is the patch file. Please review it and if code looks good to you
> then can you please commit it.
>

It looks fine to me on first review and test, except:

- The schema class and filename should be edbResourceGroup, not
pgResourceGroup.

- pgResourceGroup::GetSql is incomplete - it doesn't emit the rate limit
values, just "CREATE RESOURCE GROUP foo;"

Thanks.

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-06-07 19:34:52 pgAdmin III commit: Soften up the collations icon.
Previous Message Dave Page 2014-06-07 13:15:21 Re: PATCH: Search Objects by definitions and comments