Re: [GENERAL] are there any documents describe the index mechanic?

2010-08-31 Thread Bruce Momjian
sunpeng wrote:
 are there any documents describe the index mechanic? For example, how to
 store the B tree in tables in hard disk?
 thanks!
 peng

There is a README in the source tree:


http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/README?rev=1.22

and many other README files as well.

-- 
  Bruce Momjian  br...@momjian.ushttp://momjian.us
  EnterpriseDB http://enterprisedb.com

  + It's impossible for everything to be true. +

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[GENERAL] are there any documents describe the index mechanic?

2010-08-27 Thread sunpeng
are there any documents describe the index mechanic? For example, how to
store the B tree in tables in hard disk?
thanks!
peng