Re: [pgadmin-support] Server order

2007-05-24 Thread Dave Page
Guillaume Lelarge wrote: > Dave Page a écrit : >> [...] >> BTW; did you fix that SQL formatting error that Erwin reported? >> > > Here is the patch that fixes it. Please feel free to commit trivial fixes such as this without asking first - we can always rollback or fix if a problem is found later

Re: [pgadmin-support] Server order

2007-05-24 Thread Guillaume Lelarge
Dave Page a écrit : > [...] > BTW; did you fix that SQL formatting error that Erwin reported? > Here is the patch that fixes it. Regards. -- Guillaume. Index: pgadmin/schema/pgTable.cpp === --- pgadmin/schema/pgTable.cpp (révis

Re: [pgadmin-support] Server order

2007-05-23 Thread Dave Page
Guillaume Lelarge wrote: > Dave Page a écrit : >> Guillaume Lelarge wrote: >>> [EMAIL PROTECTED] 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 chang

Re: [pgadmin-support] Server order

2007-05-23 Thread Joris Dobbelsteen
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of >Guillaume Lelarge >Sent: woensdag 23 mei 2007 18:58 >To: [EMAIL PROTECTED] >Cc: pgadmin-support@postgresql.org >Subject: Re: [pgadmin-support] Server order > >[EMAIL PROTEC

Re: [pgadmin-support] Server order

2007-05-23 Thread Guillaume Lelarge
Dave Page a écrit : Guillaume Lelarge wrote: [EMAIL PROTECTED] 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 neede

Re: [pgadmin-support] Server order

2007-05-23 Thread Dave Page
Guillaume Lelarge wrote: > [EMAIL PROTECTED] 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 en

Re: [pgadmin-support] Server order

2007-05-23 Thread Guillaume Lelarge
[EMAIL PROTECTED] 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 ab

Re: [pgadmin-support] Server order

2007-05-22 Thread Leszek Trenkner
On Tue, 22 May 2007 15:45:58 -0600, Melvin Davidson wrote: > Hmmm! I agree with you. It would make absolutely no sense to have a > PostgreSQL database when you just need to administer them? > You are not really expected to _always_ have the DB server on the same machine the pgAdmin runs. Having

Re: [pgadmin-support] Server order

2007-05-22 Thread Joris Dobbelsteen
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melvin Davidson Sent: dinsdag 22 mei 2007 22:30 To: [EMAIL PROTECTED]; pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Server order

Re: [pgadmin-support] Server order

2007-05-22 Thread Melvin Davidson
@postgresql.org Subject: Re: [pgadmin-support] Server order Melvin Davidson wrote: > Unfortunately, it is currently not that easy because that information > is stored in the Windows registry. > > I think it would be a nice enhancement if it were stored in a small > local PostgreSQL

Re: [pgadmin-support] Server order

2007-05-22 Thread Mario Splivalo
Melvin Davidson wrote: Unfortunately, it is currently not that easy because that information is stored in the Windows registry. I think it would be a nice enhancement if it were stored in a small local PostgreSQL database table, (suggestion - PgAdminDB), but I guess that is something that may

Re: [pgadmin-support] Server order

2007-05-22 Thread Melvin Davidson
future enhancement. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 2:05 PM To: pgadmin-support@postgresql.org Subject: [pgadmin-support] Server order Is there a way to change the order of the servers in

[pgadmin-support] Server order

2007-05-22 Thread Mike . Blackwell
Is there a way to change the order of the servers in the Servers list? It'd be nice if they were alphabetically sorted.