forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb84ba6
committed
psql: Add variable to control keyword case in tab completion
This adds the variable COMP_KEYWORD_CASE, which controls in what casekeywords are completed. This is partially to let users configure thechange from commit69f4f1c, but italso offers more behaviors than were available before.1 parentcf09230 commitdb84ba6
2 files changed
+59
-22
lines changedLines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2656 | 2656 |
| |
2657 | 2657 |
| |
2658 | 2658 |
| |
| 2659 | + | |
| 2660 | + | |
| 2661 | + | |
| 2662 | + | |
| 2663 | + | |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
| 2667 | + | |
| 2668 | + | |
| 2669 | + | |
| 2670 | + | |
| 2671 | + | |
| 2672 | + | |
| 2673 | + | |
| 2674 | + | |
2659 | 2675 |
| |
2660 | 2676 |
| |
2661 | 2677 |
| |
|
Lines changed: 43 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
697 | 697 |
| |
698 | 698 |
| |
699 | 699 |
| |
700 |
| - | |
| 700 | + | |
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
| |||
3125 | 3125 |
| |
3126 | 3126 |
| |
3127 | 3127 |
| |
3128 |
| - | |
| 3128 | + | |
3129 | 3129 |
| |
3130 | 3130 |
| |
3131 | 3131 |
| |
| |||
3412 | 3412 |
| |
3413 | 3413 |
| |
3414 | 3414 |
| |
3415 |
| - | |
3416 |
| - | |
3417 |
| - | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
3418 | 3418 |
| |
3419 | 3419 |
| |
3420 | 3420 |
| |
| |||
3451 | 3451 |
| |
3452 | 3452 |
| |
3453 | 3453 |
| |
3454 |
| - | |
3455 |
| - | |
3456 |
| - | |
| 3454 | + | |
| 3455 | + | |
| 3456 | + | |
3457 | 3457 |
| |
3458 | 3458 |
| |
3459 | 3459 |
| |
| |||
3561 | 3561 |
| |
3562 | 3562 |
| |
3563 | 3563 |
| |
3564 |
| - | |
| 3564 | + | |
| 3565 | + | |
3565 | 3566 |
| |
3566 | 3567 |
| |
3567 |
| - | |
| 3568 | + | |
3568 | 3569 |
| |
3569 | 3570 |
| |
3570 | 3571 |
| |
| 3572 | + | |
| 3573 | + | |
| 3574 | + | |
| 3575 | + | |
| 3576 | + | |
| 3577 | + | |
| 3578 | + | |
| 3579 | + | |
| 3580 | + | |
| 3581 | + | |
| 3582 | + | |
| 3583 | + | |
| 3584 | + | |
| 3585 | + | |
| 3586 | + | |
| 3587 | + | |
3571 | 3588 |
| |
3572 |
| - | |
3573 |
| - | |
3574 |
| - | |
3575 |
| - | |
3576 |
| - | |
3577 |
| - | |
3578 |
| - | |
3579 |
| - | |
3580 |
| - | |
3581 |
| - | |
3582 |
| - | |
| 3589 | + | |
| 3590 | + | |
| 3591 | + | |
| 3592 | + | |
| 3593 | + | |
| 3594 | + | |
| 3595 | + | |
| 3596 | + | |
| 3597 | + | |
| 3598 | + | |
| 3599 | + | |
| 3600 | + | |
3583 | 3601 |
| |
3584 |
| - | |
| 3602 | + | |
| 3603 | + | |
| 3604 | + | |
| 3605 | + | |
3585 | 3606 |
| |
3586 | 3607 |
| |
3587 | 3608 |
| |
|
0 commit comments
Comments
(0)