Re: regarding storage in postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
Cc: Nithin Sontineni <nithin_iiit(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: regarding storage in postgres
Date: 2005-06-01 14:47:05
Message-ID: 13991.1117637225@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2005-06-01 14:51:38 Re: fdatasync failed, I/O error
Previous Message Tom Lane 2005-06-01 14:44:30 Re: fdatasync failed, I/O error