Doc: Outline REPLICATION before SUPERUSER privilege
authorMichael Paquier <michael@paquier.xyz>
Tue, 5 May 2020 05:16:01 +0000 (14:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 5 May 2020 05:16:01 +0000 (14:16 +0900)
commitc5114e42fa1ddd2c44a03339ffa436e732477397
treea69cfa69fed2f580c861132404bb34600248c234
parent849ac3581329bdcbcfdba4452fa9c1ec6e10c24c
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
doc/src/sgml/high-availability.sgml
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_receivewal.sgml