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)
