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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ba50834551f936719450a287c0d7f1d0d769e9c9 Modified Files -------------- doc/src/sgml/backup.sgml | 92 ++++++++++++++++++------------------- 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, 88 insertions(+), 81 deletions(-)
