Re: Interface of the R-tree in order to work with postgresql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "jorge alberto" <jorge(dot)is(dot)a(dot)geek(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Interface of the R-tree in order to work with postgresql
Date: 2006-10-09 14:48:30
Message-ID: 1935.1160405310@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"jorge alberto" <jorge(dot)is(dot)a(dot)geek(at)gmail(dot)com> writes:
> where can i find the .h that describes the interface that a spatial access
> method, like the R-tree, must have in order to work with postgresql.

There is no single .h file that will tell you everything you need to know.
I'd suggest starting here:
http://developer.postgresql.org/pgdocs/postgres/internals.html
with particular attention to chapter 48
http://developer.postgresql.org/pgdocs/postgres/indexam.html
After that the indexam README files might be educational:
src/backend/access/nbtree/README
src/backend/access/gin/README
src/backend/access/gist/README
src/backend/access/hash/README
and then start looking at .h files.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2006-10-09 14:58:32 Re: Backbranch releases and Win32 locking
Previous Message Magnus Hagander 2006-10-09 14:38:45 Re: Backbranch releases and Win32 locking