Re: Docs: Order of json aggregate functions

2024-09-12 Thread David Rowley
On Thu, 20 Jun 2024 at 05:50, Wolfgang Walther wrote: > json_arrayagg and json_agg_strict are out of place. > > Attached patch puts them in the right spot. This is the same down to v16. Thank you. I've pushed this and ended up backpatching to 16 too. It's quite hard to unsee the broken order onc

Re: Docs: Order of json aggregate functions

2024-07-31 Thread Laurenz Albe
On Tue, 2024-07-23 at 11:45 +0200, Marlene Reiterer wrote: > Am Mo., 22. Juli 2024 um 15:19 Uhr schrieb Wolfgang Walther > : > > > > The order of json related aggregate functions in the docs is currently > > like this: > > > > [...] > > json_agg > > json_objectagg > > json_object_agg > > json_ob

Re: Docs: Order of json aggregate functions

2024-07-23 Thread Marlene Reiterer
Am Mo., 22. Juli 2024 um 15:19 Uhr schrieb Wolfgang Walther : > > The order of json related aggregate functions in the docs is currently > like this: > > [...] > json_agg > json_objectagg > json_object_agg > json_object_agg_strict > json_object_agg_unique > json_arrayagg > json_object_agg_unique_st

Docs: Order of json aggregate functions

2024-06-19 Thread Wolfgang Walther
The order of json related aggregate functions in the docs is currently like this: [...] json_agg json_objectagg json_object_agg json_object_agg_strict json_object_agg_unique json_arrayagg json_object_agg_unique_strict max min range_agg range_intersect_agg json_agg_strict [...] json_arrayagg and