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

From: Markus Schaber <schabi(at)logix-tt(dot)com>
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-14 08:35:24
Message-ID: 4530A14C.1050902@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Jorge,

jorge alberto wrote:

> 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?

Besides the hints others posted here, you might want to look at
contrib/tsearch2 and PostGIS for examples of how to use GIST.

HTH,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schaber 2006-10-14 09:43:44 Re: query optimization with UDFs
Previous Message Thomas Kellerer 2006-10-14 07:31:36 Re: more anti-postgresql FUD