Integration with Access Method interface - Mailing list pgsql-hackers

From Alice Lottini
Subject Integration with Access Method interface
Date
Msg-id 20030411105709.34916.qmail@web13705.mail.yahoo.com
Whole thread Raw
Responses Re: Integration with Access Method interface  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi everybody,
we're developing a C programme which needs to directly
use the functions of the Access Methods interface.
In particular, our programme contains a function,
readFromPG, which directly calls functions such as
heap_open, heap_beginscan and so on in order to
perform a low-level retrieval of data which are to be
made available for further elaborations.

We've already written the code and we'd like to test
it, but we don't know how to make the Access Methods
visible to our programme.

Is it possible to create a common C programme in which
our function readFromPG is called and to run it
directly as a simple Unix executable (it should not
become a UDF or a stored procedure)?

Thanks in advance, alice and lorena

______________________________________________________________________
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Speed of SSL connections; cost of renegotiation
Next
From: Peter Eisentraut
Date:
Subject: Re: Question about simple function folding optimization