Restore archive_command documentation Commit 5ef1eefd76f404ddc59b885d50340e602b70f05f, which added archive_library, purged most mentions of archive_command from the documentation. This is inappropriate, since archive_command is still a feature in use and users will want to see information about it.
This restores all the removed mentions and rephrases things so that archive_command and archive_library are presented as alternatives of each other. Reviewed-by: Nathan Bossart <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Branch ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/5f56933ea5d5b0b1a0bbe4c7b8f5110f8fe256ed Modified Files -------------- doc/src/sgml/backup.sgml | 88 ++++++++++++++++++------------------- doc/src/sgml/config.sgml | 61 +++++++++++++------------ doc/src/sgml/high-availability.sgml | 6 +-- doc/src/sgml/ref/pg_receivewal.sgml | 7 ++- doc/src/sgml/wal.sgml | 3 +- 5 files changed, 86 insertions(+), 79 deletions(-)
