Re: Learning PostgreSQL
Nigel J. Andrews <nandrews@investsystems.co.uk>
From: "Nigel J. Andrews" <nandrews@investsystems.co.uk>
To: Gevik Babakhani <gevik@xs4all.nl>
Cc: pgsql-hackers@postgresql.org
Date: 2003-10-05T21:48:52Z
Lists: pgsql-hackers
On Sun, 5 Oct 2003, Gevik Babakhani wrote: > Dear PostgreSQL masters, > > I know this might look like a childish question and you > probably might have a good laugh over this but I > would like to learn how PostgreSQL works inside-out. > Could anyone please give me some pointers of where to start > in/from the source code? > > I am grateful for any help. As Bruce says, the developers website (http://developer.postgresql.org/ - I think). On the other hand I'd suggest a good read of the user documentation first. Get an idea of what it can do from the user perspective then start poking around inside. When it comes to poking around inside a decent start might be to take a look at one of the PLs and contrib items. -- Nigel