Re: [HACKERS] Regarding GSoc Application - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: [HACKERS] Regarding GSoc Application
Date
Msg-id 4F8522D3.9060806@hogranch.com
Whole thread Raw
In response to Re: [HACKERS] Regarding GSoc Application  ("Atri Sharma" <atri.jiit@gmail.com>)
Responses Re: [HACKERS] Regarding GSoc Application
List 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 by date:

Previous
From: Hitoshi Harada
Date:
Subject: Re: [HACKERS] Regarding GSoc Application
Next
From: "Atri Sharma"
Date:
Subject: Re: [HACKERS] Regarding GSoc Application