Re: [HACKERS] Regarding GSoc Application

From: "Atri Sharma" <atri(dot)jiit(at)gmail(dot)com>
To: "'John R Pierce'" <pierce(at)hogranch(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [HACKERS] Regarding GSoc Application
Date: 2012-04-11 06:09:27
Message-ID: 4f85201e.e62a440a.3399.5b3f@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2012-04-11 06:18:44 Re: [JDBC] Regarding GSoc Application
Previous Message John R Pierce 2012-04-11 06:01:59 Re: [HACKERS] Regarding GSoc Application

Browse pgsql-jdbc by date

  From Date Subject
Next Message Hitoshi Harada 2012-04-11 06:18:44 Re: [JDBC] Regarding GSoc Application
Previous Message John R Pierce 2012-04-11 06:01:59 Re: [HACKERS] Regarding GSoc Application