Re: [GENERAL] PGSQL internals

2007-08-06 Thread Jeff Davis
On Sat, 2007-08-04 at 23:22 -0700, RPK wrote: > I am a beginner. I want to read the actual working of PGSQL right from the > start when it is installed. What it does in the background when a new > database is created, insert are issued and when the records are finally > committed. I want to read th

[GENERAL] PGSQL internals

2007-08-04 Thread RPK
I am a beginner. I want to read the actual working of PGSQL right from the start when it is installed. What it does in the background when a new database is created, insert are issued and when the records are finally committed. I want to read the actual internal working sequentially. Where can I f