Re: jsonb generator functions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
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 18:00:48
Message-ID: 5485E750.1050805@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2014-12-08 18:26:04 Re: On partitioning
Previous Message Robert Haas 2014-12-08 17:57:38 Re: Parallel Seq Scan