forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit304b6b1
committed
Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql.
This adds tab completion of "GRANT" and "REVOKE [GRANT OPTION FOR]"for ALTER DEFAULT PRIVILEGES, and adds "WITH GRANT OPTION" forALTER DEFAULT PRIVILEGES ... GRANT ... TO role.Author: Vignesh C, with cosmetic adjustments by meReviewed-by: Shubham Khanna, Masahiko SawadaDiscussion:https://postgr.es/m/CALDaNm1aEdJb-QJi%3DGWStkfj_%2BEDUK_VtDkn%2BTjQ2z7HyU0MBw%40mail.gmail.com1 parent3b08133 commit304b6b1
1 file changed
+16
-4
lines changedLines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2147 | 2147 |
| |
2148 | 2148 |
| |
2149 | 2149 |
| |
2150 |
| - | |
| 2150 | + | |
2151 | 2151 |
| |
2152 | 2152 |
| |
2153 | 2153 |
| |
| |||
3949 | 3949 |
| |
3950 | 3950 |
| |
3951 | 3951 |
| |
3952 |
| - | |
3953 |
| - | |
3954 |
| - | |
| 3952 | + | |
| 3953 | + | |
| 3954 | + | |
| 3955 | + | |
| 3956 | + | |
| 3957 | + | |
| 3958 | + | |
| 3959 | + | |
| 3960 | + | |
| 3961 | + | |
| 3962 | + | |
| 3963 | + | |
3955 | 3964 |
| |
3956 | 3965 |
| |
3957 | 3966 |
| |
| |||
4133 | 4142 |
| |
4134 | 4143 |
| |
4135 | 4144 |
| |
| 4145 | + | |
| 4146 | + | |
| 4147 | + | |
4136 | 4148 |
| |
4137 | 4149 |
| |
4138 | 4150 |
| |
|
0 commit comments
Comments
(0)