pgsql: Fix documentation for the privileges required for replicationfu

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix documentation for the privileges required for replicationfu
Дата
Msg-id E1hOPj9-0001UA-CM@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_4_STABLE

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

Modified Files
--------------
doc/src/sgml/func.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix documentation for the privileges required for replicationfu
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix error messages