pgsql: Doc: Outline REPLICATION before SUPERUSER privilege

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Outline REPLICATION before SUPERUSER privilege
Date: 2020-05-05 05:17:23
Message-ID: E1jVpxL-0001hO-DC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Outline REPLICATION before SUPERUSER privilege

The following docs are updated:
- High-availaility section
- pg_basebackup
- pg_receivewal

Per the principle of least privilege, we want to encourage users to
interact with those areas using roles that have replication rights, but
superusers were mentioned first.

Author: Daniel Gustafsson
Reviewed-by: Fujii Masao, Michael Paquier
Discussion: https://postgr.es/m/ECEBD212-7101-41EB-84F3-2F356E4B6401@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c5114e42fa1ddd2c44a03339ffa436e732477397

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 14 ++++++++------
doc/src/sgml/ref/pg_basebackup.sgml | 4 ++--
doc/src/sgml/ref/pg_receivewal.sgml | 13 +++++++------
3 files changed, 17 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-05-05 06:59:53 pgsql: Fix capitalization of messages, per style guide
Previous Message Bruce Momjian 2020-05-05 03:09:50 pgsql: doc: first draft of PG 13 release notes