Wells Oliver <wells.oliver@xxxxxxxxx> writes: > Yeah, thanks, I thought about that: concatenating a few different objects > to make a bigger object. Seemed silly, but if there's not a cleaner > solution, it does work. A more SQL-ish way to deal with this might be to use jsonb_agg() or jsonb_object_agg(). regards, tom lane