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