Re: Add a different archive_command example for Linux / Unix

2024-02-08 Thread Stephen Frost
Greetings, * gp...@free.fr (gp...@free.fr) wrote: > Thanks Stephen for your detailed reply and broad perspective. > But I see the cp example command used **as is** most of the time. In those cases- how would changing it to be a dd command be helpful? The directory still wouldn't be fsync'd and th

Re: Add a different archive_command example for Linux / Unix

2024-02-08 Thread gparc
Thanks Stephen for your detailed reply and broad perspective. But I see the cp example command used **as is** most of the time. Regards Gilles - Mail original - > De: "Stephen Frost" > À: "gparc" , "pgsql-docs" > Envoyé: Jeudi 8 Février 2024 13:00:13 > Objet: Re: Add a different archi

Re: Add a different archive_command example for Linux / Unix

2024-02-08 Thread Stephen Frost
Greetings, * PG Doc comments form (nore...@postgresql.org) wrote: > Hello, > in > https://www.postgresql.org/docs/16/continuous-archiving.html#BACKUP-ARCHIVING-WAL > the example given could be improved for Linux / Unix environment. > > As cp command is buffered it means it could return success al

Re: Pathetic pedantry

2024-02-08 Thread Daniel Gustafsson
> On 7 Feb 2024, at 22:33, PG Doc comments form wrote: > [ STRATEGY [=] strategy ] ] > > ...has a superfluous ], I think? Nice catch, it sure seems like so. Will fix, thanks for the report! -- Daniel Gustafsson

Pathetic pedantry

2024-02-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/sql-createdatabase.html Description: Hi, [ STRATEGY [=] strategy ] ] ...has a superfluous ], I think? Tim

Add a different archive_command example for Linux / Unix

2024-02-08 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/16/bug-reporting.html Description: Hello, in https://www.postgresql.org/docs/16/continuous-archiving.html#BACKUP-ARCHIVING-WAL the example given could be improved for Linux / Unix environment