Re: Why isn't Java support part of Postgresql core?

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: cowwoc <cowwoc(at)bbs(dot)darktech(dot)org>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Why isn't Java support part of Postgresql core?
Date: 2014-09-18 21:01:55
Message-ID: CAHyXU0y3dpHGc939h0zuohdMKABQfAbXNnvGse5PUxsKAicpKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Sep 17, 2014 at 11:42 PM, cowwoc <cowwoc(at)bbs(dot)darktech(dot)org> wrote:
> Tom,
>
> For starters, let's talk strictly about improving the deployment situation,
> which the core team *is* uniquely positioned to do.
>
> The pl/java author(s) should figure out what needs to be done but once
> that's known we need to do *something* in core so the deployment process is
> reduced to 1-2 steps max (CREATE EXTENSION pljava, and add Java to
> Postgresql's library path)

You've got it exactly backwards. 'core' should include as little as
possible. In fact, many things that are in contrib (for example
passwordcheck) today are holdovers from when standards of acceptance
to contrib were lower.

Rather than throwing the kitchen sink into core, IMSNO i would be a
much better investment to spend efforts on expanding 'CREATE
EXTENSION' so that it could do things like connect to internet
repositories and install precomplied libraries.

In lieu of that, if you wanted to make pl/java more accessible the
first place I'd suggest going to the repository maintainers like pgdg
and doing everything possible to help them get pl/java building and
packaged.

merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Edson Carlos Ericksson Richter 2014-09-18 21:26:43 Re: Why isn't Java support part of Postgresql core?
Previous Message cowwoc 2014-09-18 20:58:16 Re: Why isn't Java support part of Postgresql core?