Re: jsonb generator functions - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: jsonb generator functions
Date
Msg-id 5485E750.1050805@dunslane.net
Whole thread Raw
In response to Re: jsonb generator functions  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: jsonb generator functions  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 12/08/2014 04:21 AM, Alvaro Herrera wrote:
> 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?
>

Not, yet. I hope to get to it this week.

cheers

andrew



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan
Next
From: Josh Berkus
Date:
Subject: Re: On partitioning