Re: JSONB in-place updates?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: JSONB in-place updates?
Дата
Msg-id 534C4225.6020600@agliodbs.com
обсуждение исходный текст
Ответ на JSONB in-place updates?  (kelas <kelaskin@gmail.com>)
Ответы Re: JSONB in-place updates?  (Michael Paquier <michael.paquier@gmail.com>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: kelas
Дата:
Сообщение: JSONB in-place updates?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Custom Scan APIs (Re: Custom Plan node)