Re: JSONB in-place updates?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: JSONB in-place updates?
Date: 2014-04-14 20:16:37
Message-ID: 534C4225.6020600@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/14/2014 09:27 AM, kelas wrote:
> Are there any plans to add "in-place at-depth" update operator for JSONB
> type, e.g.:
>
> UPDATE test SET attrs->'anwser' = 42 where attrs->'answer' = 41
>

Plans, yes. But not until 9.5, or maybe as an extension.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-04-14 20:43:22 Re: Custom Scan APIs (Re: Custom Plan node)
Previous Message Tom Lane 2014-04-14 19:39:40 Re: Create function prototype as part of PG_FUNCTION_INFO_V1