Re: PostgreSQL 13: native JavaScript Procedural Language support ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 13: native JavaScript Procedural Language support ?
Дата
Msg-id 20541.1585147828@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 13: native JavaScript Procedural Language support ?  (Marius Andreiana <marius.andreiana@gmail.com>)
Ответы Re: PostgreSQL 13: native JavaScript Procedural Language support ?
Список pgsql-general
Marius Andreiana <marius.andreiana@gmail.com> writes:
> How about enabling users to do more advanced processing of JSON
> data inside the database itself, using JavaScript?
> There's the PLV8 extension https://github.com/plv8/plv8
> but it's not available for many major db providers (eg Heroku), making it
> hard to adopt it. Having it supported in the standard PostgreSQL
> distribution, besides the existing 4 languages (
> https://www.postgresql.org/docs/12/xplang.html), would be awesome!

The core Postgres project doesn't have unlimited resources --- in fact,
most of the time we feel desperately short of qualified developers.
So we're not eager to pick up the maintenance burden for extensions
that seem to be doing perfectly well on their own.  (The extensions
that do exist within the core distribution are largely there to make
sure we don't break extensibility by accident.)

Even if we did that, it would not automatically translate to downstream
packagers enabling the feature; they might not want the additional
dependencies.

So the right thing for you to do is to lobby Heroku to include PLV8
in their offering.  You'd have to convince them to support it in
any case.

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: Paul Förster
Дата:
Сообщение: Re: How to query "primary_slot_name" in slave server?
Следующее
От: Edson Richter
Дата:
Сообщение: RE: How to query "primary_slot_name" in slave server?