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

Commita9d5383

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 parent1f3bcb4 commita9d5383

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
@@ -19168,8 +19168,10 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
1916819168
See <xref linkend="streaming-replication"/>,
1916919169
<xref linkend="streaming-replication-slots"/>, and
1917019170
<xref linkend="replication-origins"/>
19171-
for information about the underlying features. Use of these
19172-
functions is restricted to superusers.
19171+
for information about the underlying features.
19172+
Use of functions for replication origin is restricted to superusers.
19173+
Use of functions for replication slot is restricted to superusers
19174+
and users having <literal>REPLICATION</literal> privilege.
1917319175
</para>
1917419176

1917519177
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp