Accessing a custom FileSystem (as in Mysql "Custom Engine") - Mailing list pgsql-general

From Scara Maccai
Subject Accessing a custom FileSystem (as in Mysql "Custom Engine")
Date
Msg-id 459CD5F2.4040106@yahoo.it
Whole thread Raw
Responses Re: Accessing a custom FileSystem (as in Mysql "Custom Engine")  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

I have a custom "database" (a very fast select/slow insert db) written
in c/c++.
I can access it with mysql writing a "Custom Engine". That is pretty
cool because now all my "custom db" tables can be joined with tables in
mysql's format.
I only need read access to my custom table format db. Would read access
be possible with the "C-Language Functions - Returning Sets" API? I
would like to read my custom tables and join them with postgres tables...



pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: "no unpinned buffers available" ? why? (hstore and
Next
From: Grzegorz Nowakowski
Date:
Subject: Table inheritance implementation.