Postgres 14 documentation suggests range_agg is available, but it's not until Postgres 15
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/functions-aggregate.html
Description:
Hello -
I noticed that range_agg is listed in the Postgres 14 documentation as an
available aggregate function here:
https://www.postgresql.org/docs/14/functions-aggregate.html
However, my understanding is that this feature isn't available until
Postgres 15, per the feature matrix here:
https://www.postgresql.org/about/featurematrix/
Can the Postgres 14 documentation be updated to reflect this? Thanks!
Michael Carlin
On 2023-May-18, PG Doc comments form wrote:
I noticed that range_agg is listed in the Postgres 14 documentation as an
available aggregate function here:
https://www.postgresql.org/docs/14/functions-aggregate.htmlHowever, my understanding is that this feature isn't available until
Postgres 15, per the feature matrix here:
https://www.postgresql.org/about/featurematrix/Can the Postgres 14 documentation be updated to reflect this? Thanks!
The documentation is correct -- 14 does have range_agg. It's the
feature matrix that's in error.
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"The eagle never lost so much time, as
when he submitted to learn of the crow." (William Blake)
On 2023-May-19, Alvaro Herrera wrote:
On 2023-May-18, PG Doc comments form wrote:
I noticed that range_agg is listed in the Postgres 14 documentation as an
available aggregate function here:
https://www.postgresql.org/docs/14/functions-aggregate.htmlHowever, my understanding is that this feature isn't available until
Postgres 15, per the feature matrix here:
https://www.postgresql.org/about/featurematrix/Can the Postgres 14 documentation be updated to reflect this? Thanks!
The documentation is correct -- 14 does have range_agg. It's the
feature matrix that's in error.
I updated the feature matrix.
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)