AlexHorstkoetter

Results 1 issues of AlexHorstkoetter

We often use queries with a static JSON aggregate, for example ``` SELECT json_agg(json_build_object( 'firstname': firstname, 'age': age )) as family FROM persons GROUP BY lastname ``` The problem is...

feature request