Integration with Access Method interface

From: Alice Lottini <alice_lottini(at)yahoo(dot)it>
To: PostgreSQL Mailing List Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Integration with Access Method interface
Date: 2003-04-11 10:57:09
Message-ID: 20030411105709.34916.qmail@web13705.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-04-11 13:23:31 Re: Question about simple function folding optimization
Previous Message Tony Reina 2003-04-11 06:17:22 Does libpq have SSL functions?