recovery from continuous-archiving

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

Re: Bug in the documentation - to_tsquery( 'postgres:*' );

2023-04-05 Thread Jiri Verunek
Maybe the documentation could say that it is assumed that the database is configured with default_text_search_config = 'english' in the configuration file. In case of my distribution, the parameter was set to 'pg_catalog.simple'. /etc/postgresql//main/postgresql.conf default_text_sear

Bug in the documentation - to_tsquery( 'postgres:*' );

2023-04-05 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/index.html Description: There is a bug in the documentation on the link https://www.postgresql.org/docs/current/datatype-textsearch.html postgres does not get stemmed to postgrby :to_

autovacuum_naptime docs

2023-04-05 Thread Maciek Sakrejda
Some colleagues and I were looking at the autovacuum_naptime documentation recently, and we were confused about the exact mechanism at work here: >Specifies the minimum delay between autovacuum runs on any given database. In >each round the daemon examines the database and issues VACUUM and ANALY