Re: Event Triggers are not listed in the browser view options on the Settings dialogue - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Event Triggers are not listed in the browser view options on the Settings dialogue
Date
Msg-id CA+OCxoyE5pV0+za4XWAw4H+45fvasZdqzi9_qf5eu4L4OoDjvw@mail.gmail.com
Whole thread Raw
In response to Event Triggers are not listed in the browser view options on the Settings dialogue  (Dhiraj Chawla <dhiraj.chawla@enterprisedb.com>)
Responses Re: Event Triggers are not listed in the browser view options on the Settings dialogue
List pgadmin-hackers
Hi

On Fri, Sep 20, 2013 at 1:13 PM, Dhiraj Chawla
<dhiraj.chawla@enterprisedb.com> wrote:
> Hi Dave,
>
> The Event Triggers options is not listed in the browser view options on the
> Settings dialog of pgAdmin, which would allow a user the hide/show the Event
> Triggers collection node. Attached is the patch that fixes this issue.
>
> Let me know your view on the same.

Thanks, that works. However, I notice it's not in the right place. We
normally display the nodes alphabetically - so can you please move the
Event Triggers node in the treeview so it appears before Extensions
(which I believe would be correct)?

Then, the position in the list on frmOptions should be corrected to
match. We list items there in the order they'd be seen in the
treeview, running down and across the logical hierarchy - which I
think means both Extensions and Event Triggers are in the wrong place
- they should probably be between Casts and Languages (though, looking
more closely, I think all the Foreign Table stuff is in the wrong
place too, so feel free to fix that as well)!

Thanks!

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

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: Failed to take care of the function with first argument as OUT and second as IN/INOUT parameter
Next
From: Dhiraj Chawla
Date:
Subject: Re: Event Triggers are not listed in the browser view options on the Settings dialogue