From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | Mike(dot)Blackwell(at)rrd(dot)com, pgadmin-support(at)postgresql(dot)org |
Subject: | Re: Server order |
Date: | 2007-05-24 04:38:08 |
Message-ID: | 465516B0.7070700@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Guillaume Lelarge wrote:
> Dave Page a écrit :
>> Guillaume Lelarge wrote:
>>> Mike(dot)Blackwell(at)rrd(dot)com a écrit :
>>>> Is there a way to change the order of the servers in the Servers list?
>>>> It'd be nice if they were alphabetically sorted.
>>> The patch attached sorts them alphabetically. As it changes the
>>> behavior, perhaps an option is needed to enable it. Dave, what do you
>>> think about it ?
>>
>> I'm in a lecture atm, so can't check that thoroughly, but I think you
>> missed an AppendItem() call site further up in
>> pgServerFactory::CreateObjects (you only got the one where pgInstaller
>> installations are auto-added.
>>
>
> I've got three of them :
> - start of pgAdmin, CreateObjects adds the already registered servers ;
> - after that, still in CreateObjets, pgAdmin tries to find PostgreSQL
> services on win32 servers ;
> - when a user registers a new server, it calls StartDialog.
>
> I don't find more of browser->AppendItem. There are a few other
> AppendItem but for the properties variable.
>
> I've seen another browser->AppendItem on dlgProperty.cpp but it does not
> seem to update the server list, doesn't it ?
>
>> Otherwise, please commit.
>>
>
> I didn't commit it yet because of the AppendItem missed that I can't find.
Sorry, my fault - I misread the patch. Told you I couldn't check
thoroughly :-p
>> BTW; did you fix that SQL formatting error that Erwin reported?
>>
>
> No, I'll take care of this tomorrow.
Thanks, Dave
From | Date | Subject | |
---|---|---|---|
Next Message | yoursoft | 2007-05-24 05:18:28 | View data / view bug |
Previous Message | Bob | 2007-05-24 00:52:23 | Improvement to Dropped DB Connections |