Accessing a custom FileSystem (as in Mysql "Custom Engine")

Поиск
Список
Период
Сортировка
От Scara Maccai
Тема Accessing a custom FileSystem (as in Mysql "Custom Engine")
Дата
Msg-id 459CD5F2.4040106@yahoo.it
обсуждение исходный текст
Ответы Re: Accessing a custom FileSystem (as in Mysql "Custom Engine")  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: "no unpinned buffers available" ? why? (hstore and
Следующее
От: Grzegorz Nowakowski
Дата:
Сообщение: Table inheritance implementation.