pgsql: doc: Improve some documentation about HA and replication

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve some documentation about HA and replication
Date: 2020-10-02 01:37:13
Message-ID: E1kOA0X-0007Dy-QQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve some documentation about HA and replication

This clarifies some wording in the description of the options available
as replication solutions. While on it, this replaces some instances of
"master" with "primary", for consistency with recent changes like
9e101cf.

Author: Robert Treat
Reviewed-by: Magnus Hagander, Michael Paquier
Discussion: https://postgr.es/m/CAJSLCQ2TPaK_K8raofCamrqELCxY-H6mJrpDNRzc-LKpPY7c+g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8550cbd0bae7c3004034351cb3447b51a552e56c

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 46 ++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-10-02 15:33:19 pgsql: Tidy up error reporting when converting PL/Python arrays.
Previous Message Fujii Masao 2020-10-02 01:19:04 pgsql: Add pg_stat_wal statistics view.