Você não pode usar
json_agg
? select json_agg(txt) from test;
json_agg
--------------------------------------
["one", "two", "three", "four five"]
json_agg
? select json_agg(txt) from test;
json_agg
--------------------------------------
["one", "two", "three", "four five"]