Re: [HACKERS] Jsonb transform for pl/python

Поиск
Список
Период
Сортировка
От Anthony Bykov
Тема Re: [HACKERS] Jsonb transform for pl/python
Дата
Msg-id 20171030111500.1f2a9ef8@anthony-24-g082ur
обсуждение исходный текст
Ответ на Re: [HACKERS] Jsonb transform for pl/python  (David Fetter <david@fetter.org>)
Ответы Re: [HACKERS] Jsonb transform for pl/python  (David Fetter <david@fetter.org>)
Список 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 по дате отправления:

Предыдущее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: Re: [HACKERS] path toward faster partition pruning
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] MERGE SQL Statement for PG11