forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9d5383
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@G01JPEXMBYT041 parent1f3bcb4 commita9d5383
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19168 | 19168 |
| |
19169 | 19169 |
| |
19170 | 19170 |
| |
19171 |
| - | |
19172 |
| - | |
| 19171 | + | |
| 19172 | + | |
| 19173 | + | |
| 19174 | + | |
19173 | 19175 |
| |
19174 | 19176 |
| |
19175 | 19177 |
| |
|
0 commit comments
Comments
(0)