Re: pgAdmin Event Trigger Compatibility

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Dinesh Kumar <dinesh(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Subject: Re: pgAdmin Event Trigger Compatibility
Date: 2013-07-08 12:47:27
Message-ID: CA+OCxox6WCy71Fstmn6XRgCAyHM02bXwdbGfnwghZCQ-XtJrvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Thu, Jul 4, 2013 at 3:10 PM, Dinesh Kumar
<dinesh(dot)kumar(at)enterprisedb(dot)com>wrote:

> Hi Dave,
>
> Thanks for your time.
>
> Please find the attached new patch for the same. As per my testing on
> windows/linux, it's working fine.
>
> Kindly let me know if you face any issues and suggestions.
>
>
OK, it builds fine on Mac for me now. Some initial feedback:

- Instead of "DDL_COMMAND_START", we should use "DDL COMMAND START". The
same applies to similar cases.

- Can we combine the Enable and Enable Status options into one set of radio
buttons, e.g. Enabled (which should be the default), Replica, Always and
Disabled?

- Please fix the sizing of the box around the aforementioned radio buttons.
See the screen shots for an example of what I mean. It should match the
"Fires" box on dlgTrigger.

Thanks.

Akshay; can you do a code review please?

Thanks.

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

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

Attachment Content-Type Size
Screen Shot 2013-07-08 at 13.46.39.png image/png 123.7 KB
Screen Shot 2013-07-08 at 13.46.45.png image/png 121.7 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-08 13:02:23 pgAdmin III commit: Prevent a crash when creating a stored procedure in
Previous Message Dave Page 2013-07-08 12:34:47 Re: Materialized View Patch File