Re: PL/java

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Hemil Ruparel <hemilruparel2002(at)gmail(dot)com>
Cc: Zé Rui Marques <ze(dot)rui(dot)marques(at)carrotincentives(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: PL/java
Date: 2020-12-07 15:25:40
Message-ID: 300f6bcc-a612-af70-d420-50d034199fb8@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/7/20 7:18 AM, Hemil Ruparel wrote:
> I want to say this. I never liked any extension language. It's like Java
> is not meant to interact with databases.

The JDBC folks might disagree.

Nor is python (in my opinion).
> I think you should skip the search
>
> On Mon, Dec 7, 2020 at 8:15 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com
> <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
>
> On 12/7/20 3:25 AM, Zé Rui Marques wrote:
> > Hi,
> >
> > I am the lead architect in a small firm that develops a very
> specialised
> > ETL platform.
> >
> > Traditionally, we have used Oracle and PL-SQL, and we are now
> porting
> > everything to Postgres.
> >
> > All of our code outside of the database is java and I wiash that
> all of
> > our code within the database to be also in java.
> >
> > The PL/java “add-on” is not supported directly by Postgres.
> >
> > I would like to ask if there is a plan to include it as an official
> > procedural language. If so, when?
>
> None that I have heard of. Even if the decision where to made today it
> would likely a couple of years before it would be included, so that is
> not going to help you. What is your concern?
>
> >
> > Thanks,
> > *—*
> > *Zé Rui Marques*
> >
> >
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

  • Re: PL/java at 2020-12-07 15:18:57 from Hemil Ruparel

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2020-12-07 15:31:15 Re: Extended statistics for correlated columns, row estimates when values are not in MCVs list
Previous Message Hemil Ruparel 2020-12-07 15:18:57 Re: PL/java