Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit704637d

Browse files
committed
Fix documentation for the privileges required for replication functions.
Previously it's documented that use of replication functions isrestricted to superusers. This is true for the functions whichuse replication origin, but not for pg_logicl_emit_message() andfunctions which use replication slot. For example, not onlysuperusers but also users with REPLICATION privilege is allowedto use the functions for replication slot. This commit fixesthe documentation for the privileges required for those replicationfunctions.Back-patch to 9.4 (all supported versions).Author: Matsumura RyoDiscussion:https://postgr.es/m/03040DFF97E6E54E88D3BFEE5F5480F74ABA6E16@G01JPEXMBYT04
1 parent8c7a8e1 commit704637d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19014,8 +19014,10 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
1901419014
See <xref linkend="streaming-replication">,
1901519015
<xref linkend="streaming-replication-slots">, and
1901619016
<xref linkend="replication-origins">
19017-
for information about the underlying features. Use of these
19018-
functions is restricted to superusers.
19017+
for information about the underlying features.
19018+
Use of functions for replication origin is restricted to superusers.
19019+
Use of functions for replication slot is restricted to superusers
19020+
and users having <literal>REPLICATION</literal> privilege.
1901919021
</para>
1902019022

1902119023
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp