pgsql: Restore archive_command documentation

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Restore archive_command documentation
Date: 2022-09-22 11:41:14
Message-ID: E1obKZu-001Usa-BX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/9366d634-a917-85a9-4991-b2a4859edaf9@enterprisedb.com

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-09-22 17:09:52 pgsql: Remove ALL keyword from TABLES IN SCHEMA for publication
Previous Message Michael Paquier 2022-09-22 11:04:05 pgsql: Use min/max bounds defined by Zstd for compression level