recovery from continuous-archiving - Mailing list pgsql-docs

From PG Doc comments form
Subject recovery from continuous-archiving
Date
Msg-id 168063324184.628.9024404693523064570@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/continuous-archiving.html
Description:

As of version 14, the server will continue restore from the WAL files. It
stops when the last requested file does not exist, which is true since the
system does not know which WAL is the last one. So the server will not
remove recovery.signal file in the end. It has to be removed manually which
is contradicted to  the document.

pgsql-docs by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: Correction: Postgres emum documentation 8.7.4 should read 63 characters (instead of bytes)
Next
From: PG Doc comments form
Date:
Subject: Bug in the documentation - to_tsquery( 'postgres:*' );