append jsonb array to another jsonb array

Поиск
Список
Период
Сортировка
От Joao Miguel Ferreira
Тема append jsonb array to another jsonb array
Дата
Msg-id CALyyT7SdxPpF8PhvTpdNAjBvY2JdZLxA-zrGdm1D1VfPryvSPQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: append jsonb array to another jsonb array  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: append jsonb array to another jsonb array  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
Hello all,

I PL/pgSQL I have a few jsonb variables (instantiated each with an array of objects) and I need to append them to produce the final result. All of them are  small in size (max 30 each). We are using Pg 11.

Example:
a = [ x, y ]
b = [ z , w ]
result would be [ x, y, z, w ]

What would you consider to be a suitable approach ?

thanks
João


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

Предыдущее
От: Paul van der Linden
Дата:
Сообщение: Re: Slow index creation
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: append jsonb array to another jsonb array