Re: Jsonb transform for pl/python

From: Anthony Bykov <a(dot)bykov(at)postgrespro(dot)ru>
To: David Fetter <david(at)fetter(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Jsonb transform for pl/python
Date: 2017-10-30 08:15:00
Message-ID: 20171030111500.1f2a9ef8@anthony-24-g082ur
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 29 Oct 2017 19:11:02 +0100
David Fetter <david(at)fetter(dot)org> wrote:

> Thanks for your hard work!
>
> Should there also be one for PL/Python3U?
>
> Best,
> David.
Hi.
Actually, there is one for PL/Python3U. This patch contains following
extensions:
jsonb_plpythonu
jsonb_plpython2u
jsonb_plpython3u
"make install" checks which python major version was your postgresql
configured with and installs corresponding extension.

--
Anthony Bykov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-10-30 08:44:40 Re: MERGE SQL Statement for PG11
Previous Message Rajkumar Raghuwanshi 2017-10-30 08:09:13 Re: path toward faster partition pruning