forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit174edbe
committed
Clarify documentation of RESET ROLE
Command-line options, or previous "ALTER (ROLE|DATABASE) ...SET ROLE ..." commands, can change the value of the default rolefor a session. In the presence of one of these, RESET ROLE willchange the current user identifier to the default role ratherthan the session user identifier. Fix the documentation toreflect this reality. Backpatch to all supported versions.Author: Nathan BossartReviewed-By: Laurenz Albe, David G. Johnston, Joe ConwayReported by: Nathan BossartDiscussion:https://postgr.es/m/flat/925134DB-8212-4F60-8AB1-B1231D750CB4%40amazon.comBackpatch-through: 9.61 parent2eb1fc8 commit174edbe
1 file changed
+10
-3
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 |
| - | |
58 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 |
| |
60 | 67 |
| |
61 | 68 |
| |
|
0 commit comments
Comments
(0)