forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc407d54
committed
Add tab completion for ALTER USER/ROLE RESET
Currently tab completion for ALTER USER RESET shows a list of allconfiguration parameters that may be set on a role, irrespectively ofwhich parameters are actually set. This patch improves tab completion tooffer only parameters that are set.Author: Robins TharakanReviewed-By: Tomas VondraDiscussion:https://postgr.es/m/CAEP4nAzqiT6VbVC5r3nq5byLTnPzjniVGzEMpYcnAHQyNzEuaw%40mail.gmail.com1 parent9df8727 commitc407d54
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1077 | 1077 |
| |
1078 | 1078 |
| |
1079 | 1079 |
| |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1080 | 1085 |
| |
1081 | 1086 |
| |
1082 | 1087 |
| |
| |||
2487 | 2492 |
| |
2488 | 2493 |
| |
2489 | 2494 |
| |
| 2495 | + | |
| 2496 | + | |
| 2497 | + | |
| 2498 | + | |
2490 | 2499 |
| |
2491 | 2500 |
| |
2492 | 2501 |
| |
|
0 commit comments
Comments
(0)