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
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