[HACKERS] JSONB in-place updates?

2014-04-14 Thread kelas
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

Re: [HACKERS] JSONB in-place updates?

2014-04-14 Thread Josh Berkus
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.

Re: [HACKERS] JSONB in-place updates?

2014-04-14 Thread Michael Paquier
On Tue, Apr 15, 2014 at 5:16 AM, Josh Berkus j...@agliodbs.com wrote: 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