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

From: "jorge alberto" <jorge(dot)is(dot)a(dot)geek(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Interface of the R-tree in order to work with postgresql
Date: 2006-10-09 14:15:58
Message-ID: 7e7297630610090715t1cc8ae71r6f6cfc07dfd7147@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi everybody!
I'm Jorge from Peru South America, and this is my first post

I want to know how can I add a new spatial access method into the postgresql
(I'm doing research on spatial access methods( reading a lot of papers and
programming a lot too ) but also I want to know how can I add my new data
structure( if someday i get it, of course =) ) in the postgresql, I mean
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.

I think that to understand how postgresql works with spatial access methods,
like the R-tree, I need to find a .h or .c to begin
reading the code, so can you tell me where to start?

I hope you can help me
regards Jorge

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-10-09 14:21:11 Re: Interface of the R-tree in order to work with postgresql
Previous Message Merlin Moncure 2006-10-09 13:22:40 Re: The improvement for psql of 8.2beta1 not