- Notifications
You must be signed in to change notification settings - Fork5
Commitbf4817e
committed
Fix incorrect tab-completion for GRANT and REVOKE
Previously "GRANT * ON * TO " was tab-completed to add an extra "TO",rather than with a list of roles. This is the bug that commit2f88807introduced unexpectedly. This commit fixes that incorrect tab-completion.Thomas Munro, reviewed by Jeff Janes.1 parent21995d3 commitbf4817e
1 file changed
+9
-9
lines changedLines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3227 | 3227 |
| |
3228 | 3228 |
| |
3229 | 3229 |
| |
3230 |
| - | |
3231 |
| - | |
3232 |
| - | |
3233 |
| - | |
3234 |
| - | |
3235 |
| - | |
3236 |
| - | |
3237 |
| - | |
3238 |
| - | |
3239 | 3230 |
| |
3240 | 3231 |
| |
3241 | 3232 |
| |
| |||
3295 | 3286 |
| |
3296 | 3287 |
| |
3297 | 3288 |
| |
| 3289 | + | |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
| 3294 | + | |
| 3295 | + | |
| 3296 | + | |
| 3297 | + | |
3298 | 3298 |
| |
3299 | 3299 |
| |
3300 | 3300 |
| |
|
0 commit comments
Comments
(0)