Re: [GENERAL] Where should I start for learn development

2012-08-01 Thread AI Rumman
Thanks to all for all the good advice. I was thinking myself to work in any of the open source project and contribute there. As a database developer I think Postgresql is one of the best places for me where I may enjoy working and see the outcome. If you ask about goal, I was thinking to work in a

[GENERAL] Where should I start for learn development

2012-07-03 Thread AI Rumman
Hello, I have been working with Postgresql for the last 3 years. Before that I worked with Oracle, Mysql and other databases. Now, its time to learn the internals of Postgresql system. I downloaded the source code and imported it in my eclipse environment. But I have very limited knowledge on C

Re: [GENERAL] Where should I start for learn development

2012-07-03 Thread Rob Richardson
I think maybe the best question to ask in response to yours is: why? Is there something you think should be improved? Is there some question you have about how it works or how it should be used or why you are getting some result instead of the result you're expecting? Do you want to use the

Re: [GENERAL] Where should I start for learn development

2012-07-03 Thread Achilleas Mantzios
No!! You just install it as package. Read the docs from the official site. Try to find your way through the docs. Reading the docs should prevent asking such trivial questions in the first place. Why do you want to involve Eclipse in this? On Τρι 03 Ιουλ 2012 17:50:44 AI Rumman wrote: Hello,

Re: [GENERAL] Where should I start for learn development

2012-07-03 Thread Kevin Grittner
Rob Richardson wrote: AI Rumman wrote: Now, its time to learn the internals of Postgresql system. I downloaded the source code and imported it in my eclipse environment. But I have very limited knowledge on C programming. Could you guys please guide me from where I should start? I

Re: [GENERAL] Where should I start for learn development

2012-07-03 Thread Chris Angelico
On Tue, Jul 3, 2012 at 9:50 PM, AI Rumman rumman...@gmail.com wrote: I have been working with Postgresql for the last 3 years. Before that I worked with Oracle, Mysql and other databases. Now, its time to learn the internals of Postgresql system. You'll do far better with some of the essays on

Re: [GENERAL] Where should I start for learn development

2012-07-03 Thread Craig Ringer
On 07/03/2012 07:50 PM, AI Rumman wrote: Hello, I have been working with Postgresql for the last 3 years. Before that I worked with Oracle, Mysql and other databases. Now, its time to learn the internals of Postgresql system. I downloaded the source code and imported it in my eclipse