JSONB in-place updates?

Поиск
Список
Период
Сортировка
От kelas
Тема JSONB in-place updates?
Дата
Msg-id CAPH8WwXBT2y8Q8DOzRqRtoEwMGSTXxqrp+NNQen2bGFC+W1cmw@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
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

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Create function prototype as part of PG_FUNCTION_INFO_V1
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: JSONB in-place updates?