References/Links missing

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: oli(dot)sennhauser(at)fromdual(dot)com
Subject: References/Links missing
Date: 2026-07-31 09:08:31
Message-ID: 178548891126.2195444.7376480612463263969@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/warm-standby.html
Description:

When crawling through this page:
https://www.postgresql.org/docs/current/warm-standby.html I found a lot of
references missing which makes it exhausting reading and working through the
text.

Is it worth to take the effort to add more/all references?

What are the rules? Only the first occurrence or all occurrences of a
keyword?

Examples:

* synchronous_standby_names: Only the first occurence is referenced (but I
am possibly reading other chapters?)
* archive_command: Is not referenced in Chapter 26.2.9 (but further up, but
I am possibly not reading the other chapter?)
* synchronous_commit: Is not referenced at all
(https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT)
* pg_receivewal: Is not referenced at all
(https://www.postgresql.org/docs/current/app-pgreceivewal.html)
* pg_backup_stop and pg_backup_start: Is not referenced at all
(https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-ADMIN-BACKUP)

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2026-07-31 09:38:35 Server configuration shot overview
Previous Message PG Doc comments form 2026-07-31 08:51:15 Delayed replication missing in documentation