pgsql: Fix documentation for the privileges required for replication fu

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix documentation for the privileges required for replication fu
Date: 2019-05-08 16:46:47
Message-ID: E1hOPiR-0001S2-0G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/704637d8d935bee52f748641a0620e2e83de07d2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-05-08 16:47:03 pgsql: Fix documentation for the privileges required for replication fu
Previous Message Fujii Masao 2019-05-08 16:46:29 pgsql: Fix documentation for the privileges required for replication fu