Re: [JDBC] Regarding GSoc Application

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>, Dave Cramer <pg(at)fastcrypt(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Regarding GSoc Application
Date: 2012-04-10 13:48:43
Message-ID: CAHyXU0wUFK_bO48B0eOzUa_434PRf6qmj4=0mWG0SXNJ1KuitA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Tue, Apr 10, 2012 at 8:42 AM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> I am considering two paths for doing this:
>> The first one takes the help of the SPI(Server Programming Interface)
>> and the second one directly connects through Pl/Java and JNI(Java
>> Native Interface).
>>
>
> I'd say forget SPI - I don't think it's going to help you here. Just
> concentrate on getting the functionality via a PL/Java wrapper. I wouldn't
> worry too much about jdbc style URLs either, since logically I think you'd
> want to specify the connection parameters via server and FDW options as in
> my example above - that way it would be consistent with other FDWs. But
> that's a piece of bikeshedding for now. Basically, you want to implement the
> handler function to start with.

how do you cross from FDW into a pl/java routine without SPI?

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2012-04-10 13:56:01 Re: disposition of remaining patches
Previous Message Tom Lane 2012-04-10 13:46:45 Re: Deprecating non-select rules (was Re: Last gasp)

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew Dunstan 2012-04-10 14:15:37 Re: [JDBC] Regarding GSoc Application
Previous Message Andrew Dunstan 2012-04-10 13:42:05 Re: [JDBC] Regarding GSoc Application