Re: [HACKERS] Jsonb transform for pl/python - Mailing list pgsql-hackers

From Anthony Bykov
Subject Re: [HACKERS] Jsonb transform for pl/python
Date
Msg-id 20171030111500.1f2a9ef8@anthony-24-g082ur
Whole thread Raw
In response to Re: [HACKERS] Jsonb transform for pl/python  (David Fetter <david@fetter.org>)
Responses Re: [HACKERS] Jsonb transform for pl/python
List pgsql-hackers
On Sun, 29 Oct 2017 19:11:02 +0100
David Fetter <david@fetter.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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Rajkumar Raghuwanshi
Date:
Subject: Re: [HACKERS] path toward faster partition pruning
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11