Re: New developer TODO suggestions

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New developer TODO suggestions
Date: 2014-07-30 21:37:09
Message-ID: 53D96585.8090600@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 07/29/2014 10:43 AM, Bruce Momjian wrote:

>> * A function that converts a json array to a PostgreSQL array of a given
>> type if all json members are compatible with the type
>>
>> * Expanding the set of json/jsonb operations to introduce features that
>> people are used to from jquery, mongo, etc.
>> Replace-key-if-exists-without-adding, add-or-replace-key, etc.
>>
>>
> I think you have to ask Andrew on these.

Both these might be possible. I am not planning on doing them, at least.
My current json plans for 9.5 are limited to implementing jsonb
equivalents of those json functions that didn't make it into the 9.4
jsonb work due to pressure of time, i.e. the json generating functions
and the aggregates. That work has been started and with luck will hit
the next commitfest.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-07-30 21:56:06 Re: No, pg_size_pretty(numeric) was not such a hot idea
Previous Message Thomas Munro 2014-07-30 21:29:18 Re: SKIP LOCKED DATA (work in progress)