Re: [HACKERS] Regarding GSoc Application

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [HACKERS] Regarding GSoc Application
Дата
Msg-id CAHyXU0y_CFxEAF7f=gQkx44kwtZt5cdLP22=Vk2ye3rWmJ5-Lw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Regarding GSoc Application  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
On Mon, Apr 9, 2012 at 11:14 AM, Dave Cramer <pg@fastcrypt.com> wrote:
> So I'm confused, once they link a file to an FDW can't you just read
> it with an normal select ?
>
> What additional functionality will this provide ?
>
> Dave

The basic objective is to expose the JDBC to postgres for grabbing
external data.  FDW is a C API and JDBC is java routines so the main
challenge is to figure out how to jump from a FDW call into java.
pl/java is one way to solve that problem.

Once done, you should be able to FDW to any jdbc supporting data
source, which is basically everything.

merlin

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: [HACKERS] Regarding GSoc Application
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [HACKERS] Regarding GSoc Application