Thread: Patch for database filtering in Connect to Server dialog

Patch for database filtering in Connect to Server dialog

From
Dimitris Koukis
Date:
Hi all,

please find attached a small patch for pgadmin based on a personal need. On our server we have approximately 400-500 databases that is a problem when trying to select one from the drop down list of the "Connect to Server" dialog when using the query tool. The list is huge and you have to scroll down a lot. Also you may not know the actual database name but you want to search based on a part of the name. As a solution, i have added a textbox in the dialog which filters the available databases based on the user input. 

Please note that my C/C++ skills are very poor and it is the first time i work with wxWidgets so feel free to rewrite the code or even drop the patch in case you think this is not a general need.

Thank you,
Dimitris
Attachment

Re: Patch for database filtering in Connect to Server dialog

From
Dave Page
Date:
Ashesh, can you look at this please? As a first quick note, I don't
see any comments in the patch...

On Wed, Jan 21, 2015 at 2:45 PM, Dimitris Koukis <dimcookies@gmail.com> wrote:
> Hi all,
>
> please find attached a small patch for pgadmin based on a personal need. On
> our server we have approximately 400-500 databases that is a problem when
> trying to select one from the drop down list of the "Connect to Server"
> dialog when using the query tool. The list is huge and you have to scroll
> down a lot. Also you may not know the actual database name but you want to
> search based on a part of the name. As a solution, i have added a textbox in
> the dialog which filters the available databases based on the user input.
>
> Please note that my C/C++ skills are very poor and it is the first time i
> work with wxWidgets so feel free to rewrite the code or even drop the patch
> in case you think this is not a general need.
>
> Thank you,
> Dimitris
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



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

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


Re: Patch for database filtering in Connect to Server dialog

From
Ashesh Vashi
Date:
On Thu, Jan 22, 2015 at 2:43 PM, Dave Page <dpage@pgadmin.org> wrote:
Ashesh, can you look at this please?
Sure.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi

As a first quick note, I don't
see any comments in the patch...

On Wed, Jan 21, 2015 at 2:45 PM, Dimitris Koukis <dimcookies@gmail.com> wrote:
> Hi all,
>
> please find attached a small patch for pgadmin based on a personal need. On
> our server we have approximately 400-500 databases that is a problem when
> trying to select one from the drop down list of the "Connect to Server"
> dialog when using the query tool. The list is huge and you have to scroll
> down a lot. Also you may not know the actual database name but you want to
> search based on a part of the name. As a solution, i have added a textbox in
> the dialog which filters the available databases based on the user input.
>
> Please note that my C/C++ skills are very poor and it is the first time i
> work with wxWidgets so feel free to rewrite the code or even drop the patch
> in case you think this is not a general need.
>
> Thank you,
> Dimitris
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



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

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