Обсуждение: Anchors to options are missing for pgchecksums
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/app-pgchecksums.html Description: On https://www.postgresql.org/docs/current/app-pgchecksums.html the anchor links like https://www.postgresql.org/docs/18/app-initdb.html#APP-INITDB-DATA-CHECKSUMS are missing. It would be nice to add those.
On Sat, 27 Sept 2025 at 21:03, PG Doc comments form <noreply@postgresql.org> wrote: > On https://www.postgresql.org/docs/current/app-pgchecksums.html the anchor > links like > https://www.postgresql.org/docs/18/app-initdb.html#APP-INITDB-DATA-CHECKSUMS > are missing. It would be nice to add those. Seems like a fair request to me. Do you have any interest in creating a patch to do this yourself? It seems to be a matter of copying what was done in [1]. If you look there and see what was done for initdb.sgml. It would be quite good if the patch did this to all of the command line arguments for all the client tools had these, not just pg_checksums. I see for example [2] doesn't have it either. David [1] https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5;hp=38d81760c4d7e22b95252e3545596602c9e38806 [2] https://www.postgresql.org/docs/18/pgarchivecleanup.html