Re: restart point vs restartpoint in the docs - Mailing list pgsql-docs

From Laurenz Albe
Subject Re: restart point vs restartpoint in the docs
Date
Msg-id bed2e39df879e4f391f6fb14edf1810df0a0b697.camel@cybertec.at
Whole thread Raw
In response to restart point vs restartpoint in the docs  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-docs
On Tue, 2025-12-02 at 10:36 +0100, Daniel Gustafsson wrote:
> While doing something else I noticed that we have 25 uses of "restartpoint" and
> three "restart point":
>
> $ git grep -i "restartpoint[s]\?[ .,;]" doc/ | wc -l
>       25
> $ git grep -i "restart point[s]\?[ .,;]" doc/ | wc -l
>        3
>
> Any objection to applying the attached to make those three "restartpoint" to
> keep the docs consistent?

No objection - I think that is a clear improvement.

Yours,
Laurenz Albe



pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: restart point vs restartpoint in the docs
Next
From: PG Doc comments form
Date:
Subject: Add "current_setting('role');" to trigger function examples of audit tables