Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: how pgsql writes tuples on disk



See http://www.postgresql.org/docs/8.2/interactive/storage.html

in code it is for example in

src/backend/storage/...
src/backend/utils/adt/...
src/backend/access/...

and very good also is
src/include/stroage/bufpage.h


I hope it helps

		Zdenek

jorge alberto wrote:
Hello!
I wanna know where can I find the source code that writes tuples on disk, right now I'm reading about object persistence and I wanna see how it is done in pgsql I hope you can help me
regards
jorge




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group