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

2023-05-19 Thread PG Doc comments form
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

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

2023-05-19 Thread Alvaro Herrera
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 > Pos

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

2023-05-19 Thread Alvaro Herrera
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 understan

Re: pg_basebackup application does not dump all database objects

2023-05-19 Thread Kristjan Mustkivi
Hi Stephen, Thank you very much for the feedback and a reference! I was under the impression that pg_basebackup does everything pg_start_backup/pg_stop_backup but with a more user-friendly manner and additional steps. But they are then functionally different. For my particular case the pg_start_ba

Re: pg_basebackup application does not dump all database objects

2023-05-19 Thread Stephen Frost
Greetings, Please don't top-post on these lists. * Kristjan Mustkivi (sonicmon...@gmail.com) wrote: > Thank you very much for the feedback and a reference! I was under the > impression that pg_basebackup does everything > pg_start_backup/pg_stop_backup but with a more user-friendly manner > and a

Re: pg_basebackup application does not dump all database objects

2023-05-19 Thread Kristjan Mustkivi
Hi Stephen, I do apologize for the accidental top-post - thank you for pointing it out! On Fri, May 19, 2023 at 4:13 PM Stephen Frost wrote: > Perhaps an argument can be made that replication slots should be > optional for pg_basebackup to include or not (and similarily for other > PG backup too