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

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: macarlin(at)gmail(dot)com
Subject: Postgres 14 documentation suggests range_agg is available, but it's not until Postgres 15
Date: 2023-05-18 17:54:51
Message-ID: 168443249177.719.11855848935222878149@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2023-05-19 11:10:29 Re: Postgres 14 documentation suggests range_agg is available, but it's not until Postgres 15
Previous Message Stephen Frost 2023-05-16 14:14:45 Re: pg_basebackup application does not dump all database objects