Docs: Order of json aggregate functions
Wolfgang Walther <walther@technowledgy.de>
From: Wolfgang Walther <walther@technowledgy.de>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-06-19T17:49:53Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Doc: alphabetize aggregate function table
- 4f601b9598a4 16.5 landed
- 2645f6d643d9 17.0 landed
- 5bb9ba273989 18.0 landed
Attachments
- v1-0001-Fix-order-of-json-aggregate-functions-in-docs.patch (text/x-patch) patch v1-0001
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 json_agg_strict are out of place. Attached patch puts them in the right spot. This is the same down to v16. Best, Wolfgang