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

From Atri Sharma
Subject Re: [HACKERS] Regarding GSoc Application
Date
Msg-id 4f85201e.e62a440a.3399.5b3f@mx.google.com
Whole thread Raw
In response to Re: [HACKERS] Regarding GSoc Application  (John R Pierce <pierce@hogranch.com>)
Responses Re: [HACKERS] Regarding GSoc Application
List pgsql-jdbc
>
>that seems overly complex.   SPI is an internal mechanism used by C
>functions that are called from SQL
>
>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?

Also,will it solve Tom's concern?

Atri


pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: [HACKERS] Regarding GSoc Application
Next
From: Hitoshi Harada
Date:
Subject: Re: [HACKERS] Regarding GSoc Application