Albert [tox/cis]
04/23/2022, 10:39 AMplpgsql
which returns heterogeneous data? I've tried using plv8
for this but plv8
modifies nested arrays which ruins my data structure for the front-end (e.g., it turns [['a', 'b', 'c'], ['d', 'e', 'f']]
into ['a', 'b', 'c', 'd', 'e', 'f']
).Needle
04/23/2022, 10:39 AM/title
command!
We have solved your problem?
Click the button below to archive it.Albert [tox/cis]
04/23/2022, 1:32 PMto_json
on the field which will prevent plv8 from concatenating the nested arraysNeedle
04/23/2022, 1:32 PMNeedle
04/23/2022, 1:32 PM