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

2006-10-14 Thread Markus Schaber
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 t

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

2006-10-09 Thread J. Andrew Rogers
On Oct 9, 2006, at 7:21 AM, Martijn van Oosterhout wrote: On Mon, Oct 09, 2006 at 09:15:58AM -0500, jorge alberto wrote: 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 t

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

2006-10-09 Thread Tom Lane
"jorge alberto" <[EMAIL PROTECTED]> 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

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

2006-10-09 Thread Martijn van Oosterhout
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 an

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

2006-10-09 Thread jorge alberto
Hi everybody!I'm Jorge from Peru South America, and this is my first postI 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