Re: jsonb array-style subscripting

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: jsonb array-style subscripting
Дата
Msg-id CAM3SWZTxk6FDwfYLDodThUb-vwT3gbuieYqyffv_qFMpgR24QQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: jsonb array-style subscripting  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
On Mon, Aug 17, 2015 at 12:26 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> I'm not sure if this:
> update test_jsonb_subscript set test_json['a']['a1']['a2'] = 42;
>
> ...is a good idea.

This kind of "targetlist indirection" is already possible with arrays
and composite types.

-- 
Peter Geoghegan



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: jsonb array-style subscripting
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: jsonb array-style subscripting