On Friday, January 17, 2025, Brent Wood <[email protected]> wrote:
> > I want to concatenate the hstores, > > There are no hstore aggregate functions. You’ll want to convert them to,json first then use the json_objectagg aggregate function. David J.
