Re: Jsonb transform for pl/python

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Anthony Bykov <a(dot)bykov(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Jsonb transform for pl/python
Date: 2017-12-09 21:57:05
Message-ID: 881aea8c-23a4-0694-8182-72620afe84c4@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/6/17 06:40, Anthony Bykov wrote:
> Hello,
> fixed the issues:
> 1. Rising errors when invalid object being transformed.
> 2. We don't rise the exception when transforming range(3) only in
> python 2. In third one it is an error.
>
> Please, find the 4-th version of the patch in attachments to this
> message.

Why not make this part of the plpythonu extension? It doesn't have to
be a separate contrib module.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message hvjunk 2017-12-09 22:09:11 Re: proposal: alternative psql commands quit and exit
Previous Message Peter Eisentraut 2017-12-09 21:45:20 Re: proposal: alternative psql commands quit and exit