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

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
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:21:11
Message-ID: 20061009142111.GA8620@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 09, 2006 at 09:15:58AM -0500, jorge alberto wrote:
> 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 would start by reading the documentation, specifically the part about
"GiST". Once you have understood the concept and code there, go to
reading the rtree code in the backend. That should answer almost all
your questions.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-10-09 14:24:27 Re: pg_dump exclusion switches and functions/types
Previous Message jorge alberto 2006-10-09 14:15:58 Interface of the R-tree in order to work with postgresql