From: | Jonathan Gardner <jgardner(at)jonathangardner(dot)net> |
---|---|
To: | Jaime Casanova <systemguards(at)yahoo(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: A wanna be |
Date: | 2004-07-02 00:49:58 |
Message-ID: | 200407011749.58792.jgardner@jonathangardner.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-odbc |
On Thursday 01 July 2004 01:10 pm, Jaime Casanova wrote:
>
> I'm a young developer with some knowledge in various programming
> languages including C. Nowadays, i'm not capable to contribute to any
> part of the postgresql project but i want seriously learn what i need in
> order to contribute. Can you guys tell me where can i start?
> Where can i find usefull information about Databases programming
> techniques?
>
First, become intimately familiar with the tool from the user's perspective.
I use PostgreSQL for some major projects, and so I have grown familair with
it. I don't think I could've gotten this familiar without having to
actually use it in a production environment.
Second, start coding extensions to it. I have written C code for both the
client and server side, and have learned tremendously from that.
Finally, start reading code around the parts you are interested in.
I have also found that watching the patches come in will give you a feel for
what is happening. Not only do you see the actual code, but you can watch
the experts talk about it. You can read through the code and then watch as
the server behaves differently. It's pretty amazing.
--
Jonathan Gardner
jgardner(at)jonathangardner(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Gavin Sherry | 2004-07-02 00:54:29 | Re: Quick question regarding tablespaces |
Previous Message | Oliver Jowett | 2004-07-02 00:30:07 | Re: [Re] Re: PREPARE and transactions |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2004-07-02 08:45:59 | 64 Bit patch (WAS: psqlodbc developer) |
Previous Message | Ed Brown | 2004-07-01 23:05:02 | Re: ODBC and multi-threading: basics |