Re: [pgadmin-hackers] A first help for a beginner

2014-04-07 Thread Ashesh Vashi
Hi Doron, On Mon, Apr 7, 2014 at 7:28 PM, doron yaary wrote: > Hello, > I am a beginner here in PostgreSQL development. My intention is to extend > PostgreSQL and write plugins for it. Can you please direct me to where I > can find the following general info ? > > >1. How to write a first pl

Re: [pgadmin-hackers] [pgadmin-support] Search feature request

2014-04-07 Thread J.F. Oster
Hello Ashesh, Friday, April 4, 2014, 4:24:01 PM, Dave Page wrote: DP> Ashesh, can you or one of the team help J. F. figure out the status DP> bar and review the patch please? DP> Thanks. Got status bar working by adding statusBar = XRCCTRL(*this, "unkStatusBar", wxStatusBar); to the construct

Re: [pgadmin-hackers] [pgadmin-support] Search feature request

2014-04-07 Thread Ashesh Vashi
I will look into it tomorrow. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Mon, Apr 7, 2014 at 10:47 PM, J.F. Oster wrote: > Hello Ashesh

[pgadmin-hackers] A first help for a beginner

2014-04-07 Thread doron yaary
Hello, I am a beginner here in PostgreSQL development. My intention is to extend PostgreSQL and write plugins for it. Can you please direct me to where I can find the following general info ? 1. How to write a first plugin for pgAdmin ? 2. How to insert my plugin icon to the pgAdmin tree ?