JSONB in-place updates?

From: kelas <kelaskin(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: JSONB in-place updates?
Date: 2014-04-14 13:27:39
Message-ID: CAPH8WwXBT2y8Q8DOzRqRtoEwMGSTXxqrp+NNQen2bGFC+W1cmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2014-04-14 13:31:56 Re: four minor proposals for 9.5
Previous Message Fujii Masao 2014-04-14 13:26:52 Re: Including replication slot data in base backups