Re: The prompt is not displayed correctly in the example on psql page

2024-04-24 Thread Daniel Gustafsson
> On 22 Apr 2024, at 10:45, Daniel Gustafsson wrote: > >> On 21 Apr 2024, at 12:57, PG Doc comments form >> wrote: >> >> The following documentation comment has been logged on the website: >> >> Page: https://www.postgresql.org/docs/16/app-psql.html >> Description: >> >> On this page https:/

Re: wal_init_zero / wal_recycle

2024-04-24 Thread Nicolas Seinlet
On Wednesday, April 24th, 2024 at 10:57, Peter Eisentraut wrote: > It currently says: > > wal_init_zero: "... causes new WAL files to be filled with zeroes ..." > > wal_recycle: "... avoiding the need to create new ones ..." > > I'm not sure where exactly to make that more clear. You

Re: wal_init_zero / wal_recycle

2024-04-24 Thread Peter Eisentraut
On 24.04.24 10:08, Nicolas Seinlet wrote: while searching the doc to solve an issue, I found the interdependency between those 2 parameters was not obvious. Here: https://www.postgresql.org/docs/14/runtime-config-wal.html#GUC-WAL-INIT-ZERO

wal_init_zero / wal_recycle

2024-04-24 Thread Nicolas Seinlet
Hello, while searching the doc to solve an issue, I found the interdependency between those 2 parameters was not obvious. Here: https://www.postgresql.org/docs/14/runtime-config-wal.html#GUC-WAL-INIT-ZERO the wal_init_zero set to ON cause new WAL files to beĀ filled with zeroes. It was not crys

Re: No documentation on how pg_ctl is installed

2024-04-24 Thread Peter Eisentraut
On 23.04.24 14:40, PG Doc comments form wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/app-pg-ctl.html Description: I have used postgresql@14 for several years and have always used pg_ctl to start the postgres server, check st