Re: jsonb generator functions

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb generator functions
Date: 2014-12-08 09:21:55
Message-ID: 20141208092155.GH1768@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Dunstan wrote:

> OK, here is a new patch version that
>
> * uses find_coercion_path() to find the cast function if any, as
> discussed elsewhere
> * removes calls to getTypeOutputInfo() except where required
> * honors a cast to json only for rendering both json and jsonb
> * adds processing for the date type that was previously missing in
> datum_to_jsonb

Did this go anywhere?

--
Álvaro Herrera 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 Simon Riggs 2014-12-08 09:47:15 Re: Compression of full-page-writes
Previous Message Amit Langote 2014-12-08 07:21:59 Re: On partitioning