pgsql: Fix documentation for the privileges required for replicationfu - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix documentation for the privileges required for replicationfu
Date
Msg-id E1hOPhr-0001R1-TO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix documentation for the privileges required for replication functions.

Previously it's documented that use of replication functions is
restricted to superusers. This is true for the functions which
use replication origin, but not for pg_logicl_emit_message() and
functions which use replication slot. For example, not only
superusers but also users with REPLICATION privilege is allowed
to use the functions for replication slot. This commit fixes
the documentation for the privileges required for those replication
functions.

Back-patch to 9.4 (all supported versions).

Author: Matsumura Ryo
Discussion: https://postgr.es/m/03040DFF97E6E54E88D3BFEE5F5480F74ABA6E16@G01JPEXMBYT04

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix documentation for the privileges required for replicationfu