JSONB in-place updates? - Mailing list pgsql-hackers

From kelas
Subject JSONB in-place updates?
Date
Msg-id CAPH8WwXBT2y8Q8DOzRqRtoEwMGSTXxqrp+NNQen2bGFC+W1cmw@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Create function prototype as part of PG_FUNCTION_INFO_V1
Next
From: Josh Berkus
Date:
Subject: Re: JSONB in-place updates?