=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <postgres(at)cybertec(dot)at> writes:
> Nithin Sontineni wrote:
>> i want to know how postgres will store a
>> relation in pages and where can i see the code related
>> to this in the source code.Plz help me .
> You can find the code in src/backend/storage.
Also, read the docs first:
http://developer.postgresql.org/docs/postgres/storage.html
That's pretty high-level but I think you need the context before
you start reading code ...
regards, tom lane