Postgres 14 documentation suggests range_agg is available, but it's not until Postgres 15

Started by PG Bug reporting formalmost 3 years ago3 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: PG Bug reporting form (#1)
Re: Postgres 14 documentation suggests range_agg is available, but it's not until Postgres 15

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.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!

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)

#3Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Alvaro Herrera (#2)
Re: Postgres 14 documentation suggests range_agg is available, but it's not until Postgres 15

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.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!

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)