pgsql: Restore archive_command documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Restore archive_command documentation
Date
Msg-id E1obKZu-001UsZ-Ax@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <nathandbossart@gmail.com>
Discussion: https://www.postgresql.org/message-id/9366d634-a917-85a9-4991-b2a4859edaf9@enterprisedb.com

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Use min/max bounds defined by Zstd for compression level
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Remove ALL keyword from TABLES IN SCHEMA for publication