[HACKERS] how pgsql writes tuples on disk

2007-04-30 Thread jorge alberto

Hello!

I wanna know where can I find the source code that writes tuples on disk,
right now I'm reading about object persistence and I wanna see how it is
done in pgsql

I hope you can help me
regards
jorge


Fwd: [HACKERS] Remove contrib version of rtree_gist --- now in core system ?

2006-11-18 Thread jorge alberto

-- Forwarded message --
From: jorge alberto [EMAIL PROTECTED]
Date: Nov 17, 2006 2:09 PM
Subject: Re: [HACKERS] Remove contrib version of rtree_gist --- now in core
system ?
To: Tom Lane [EMAIL PROTECTED]

hi !
thanks for writing!

In postgresql version 8.0.9 the rtree_gist implementation is located at
contrib/rtree_gist ready for compilation and then ready for loading it into
a database, I want to know where can I find this rtree_gist implementation
in versions 8.1.x

regards
jorge

On 11/14/06, Tom Lane [EMAIL PROTECTED] wrote:


jorge alberto [EMAIL PROTECTED] writes:
 I have read that since version 8.1 the contrib version of rtree_gist is
not
 in /contrib anymore, now is in core system, but where can
 I find it?

You don't need to find it, it's built in.  Just create an index.

regards, tom lane



[HACKERS] Remove contrib version of rtree_gist --- now in core system ?

2006-11-14 Thread jorge alberto
Hello everybody!Remove contrib version of rtree_gist --- now in core system ?I have read that since version 8.1 the contrib version of rtree_gist is not in /contrib anymore, now is in core system, but where can 
I find it? regards Jorge


[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 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 meregards Jorge