forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf6c750d
committed
Improve tab completion of ALTER TYPE in psql
This commit adds support for more tab completion in this command as of"ALTER TYPE .. SET". The completion of "RENAME VALUE" was separatedfrom the rest of the completions done for this command, so groupeverything together.Author: Vignesh CDiscussion:https://postgr.es/m/CALDaNm1u83jtD2wysdw9XwokEacSXEyUpELajEvOMgJTc3pQ7g@mail.gmail.com1 parentf2108d3 commitf6c750d
1 file changed
+11
-6
lines changedLines changed: 11 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2516 | 2516 |
| |
2517 | 2517 |
| |
2518 | 2518 |
| |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
2519 | 2530 |
| |
2520 | 2531 |
| |
2521 | 2532 |
| |
| |||
2526 | 2537 |
| |
2527 | 2538 |
| |
2528 | 2539 |
| |
2529 |
| - | |
2530 |
| - | |
2531 |
| - | |
2532 |
| - | |
2533 |
| - | |
2534 |
| - | |
2535 | 2540 |
| |
2536 | 2541 |
| |
2537 | 2542 |
| |
|
0 commit comments
Comments
(0)