forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdf631eb
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 parentadd85ea commitdf631eb
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20337 | 20337 |
| |
20338 | 20338 |
| |
20339 | 20339 |
| |
20340 |
| - | |
20341 |
| - | |
| 20340 | + | |
| 20341 | + | |
| 20342 | + | |
| 20343 | + | |
20342 | 20344 |
| |
20343 | 20345 |
| |
20344 | 20346 |
| |
|
0 commit comments
Comments
(0)