forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9d396af
committed
Fix up some loose ends for CURRENT_USER as RoleSpec
In commit31eae60, some documents were not updated to show the newcapability; fix that. Also, the error message you get when CURRENT_USERand SESSION_USER are used in a context that doesn't accept them could beclearer about it being a problem only in those contexts; so add theword "here".Author: Kyotaro HORIGUCHIHis patch submission also included changes to GRANT/REVOKE, but thoseseemed more controversial, so I left them out. We can reconsider thesechanges later.1 parent924bcf4 commit9d396af
File tree
7 files changed
+10
-9
lines changed- doc/src/sgml/ref
- src
- backend/parser
- test/regress/expected
7 files changed
+10
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13216 | 13216 |
| |
13217 | 13217 |
| |
13218 | 13218 |
| |
13219 |
| - | |
| 13219 | + | |
13220 | 13220 |
| |
13221 | 13221 |
| |
13222 | 13222 |
| |
13223 | 13223 |
| |
13224 | 13224 |
| |
13225 |
| - | |
| 13225 | + | |
13226 | 13226 |
| |
13227 | 13227 |
| |
13228 | 13228 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
0 commit comments
Comments
(0)