>
>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