]> granicus.if.org Git - postgresql/commit
Fix documentation for the privileges required for replication functions.
authorFujii Masao <fujii@postgresql.org>
Wed, 8 May 2019 16:35:13 +0000 (01:35 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 8 May 2019 16:41:33 +0000 (01:41 +0900)
commit704637d8d935bee52f748641a0620e2e83de07d2
treef2e86a59a287a04c72b6f0864f611703756c9bf0
parent8c7a8e19bb17e0634e21ee8edbb912dc4deb5cb0
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
doc/src/sgml/func.sgml