Re: [HACKERS] Regarding GSoc Application

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [HACKERS] Regarding GSoc Application
Дата
Msg-id 4F8522D3.9060806@hogranch.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Regarding GSoc Application  ("Atri Sharma" <atri.jiit@gmail.com>)
Ответы Re: [HACKERS] Regarding GSoc Application  ("Atri Sharma" <atri.jiit@gmail.com>)
Список pgsql-jdbc
On 04/10/12 11:09 PM, Atri Sharma wrote:
>> why not just implement it as....
>> >
>> >user application ->  SQL ->  PLjava FDW functions ->  pljava code ->  JDBC
>> >->  foreign database
>> >
>> >(and of course, back to return the data from said foreign database)
>> >
> Hi John,
>
> Hmm.That sounds good,but where does the FDW come in?Will the user
> application interact with the FDW,and FDW handle the SQL calls and
> everything else from there i.e. FDW wraps the entire process,right?

see dblink ofr an example API
http://www.postgresql.org/docs/current/static/dblink.html

the 'pljava fdw functions' are the publicly visible pljava functions
implementing your api... while my 'pljava code' are additional
functions/methods you use internally that aren't visible externally



--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


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

Предыдущее
От: Hitoshi Harada
Дата:
Сообщение: Re: [HACKERS] Regarding GSoc Application
Следующее
От: "Atri Sharma"
Дата:
Сообщение: Re: [HACKERS] Regarding GSoc Application