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

From Daniel Gustafsson
Subject restart point vs restartpoint in the docs
Date
Msg-id 0F6E38D0-649F-4489-B2C1-43CD937E6636@yesql.se
Whole thread Raw
Responses Re: restart point vs restartpoint in the docs
Re: restart point vs restartpoint in the docs
List pgsql-docs
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?

--
Daniel Gustafsson


Attachment

pgsql-docs by date:

Previous
From: Bernice Southey
Date:
Subject: Re: More guidance on ctid
Next
From: Laurenz Albe
Date:
Subject: Re: restart point vs restartpoint in the docs