Re: jsonb generator functions - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: jsonb generator functions
Date
Msg-id 20141208092155.GH1768@alvh.no-ip.org
Whole thread Raw
In response to Re: jsonb generator functions  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: jsonb generator functions  (Andrew Dunstan <andrew@dunslane.net>)
List 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



pgsql-hackers by date:

Previous
From: "Amit Langote"
Date:
Subject: Re: On partitioning
Next
From: Simon Riggs
Date:
Subject: Re: Compression of full-page-writes