forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7cffa2e
committed
In psql tab completion, offer spelled-out commands not abbreviations.
Various psql backslash commands have both single-letter and longforms, for example \e and \edit. Previously, tab completiongenerally offered the single-letter form but not the long form.It seems more sensible to offer the long form, because (a) nouseful completion can happen when you've already typed the singleletter, and (b) if you're not so familiar with the command setas to know that, the long form is likely to be less confusing.Haiying Tang, reviewed by Dagfinn Ilmari Mannsåker and myselfDiscussion:https://postgr.es/m/OS0PR01MB61136018064660F095CB57A8FB129@OS0PR01MB6113.jpnprd01.prod.outlook.com1 parent362e2dc commit7cffa2e
1 file changed
+10
-10
lines changedLines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1514 | 1514 |
| |
1515 | 1515 |
| |
1516 | 1516 |
| |
1517 |
| - | |
| 1517 | + | |
1518 | 1518 |
| |
1519 |
| - | |
| 1519 | + | |
1520 | 1520 |
| |
1521 | 1521 |
| |
1522 | 1522 |
| |
1523 |
| - | |
1524 |
| - | |
1525 |
| - | |
1526 |
| - | |
1527 |
| - | |
1528 |
| - | |
1529 |
| - | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
1530 | 1530 |
| |
1531 | 1531 |
| |
1532 | 1532 |
| |
1533 | 1533 |
| |
1534 |
| - | |
| 1534 | + | |
1535 | 1535 |
| |
1536 | 1536 |
| |
1537 | 1537 |
| |
|
0 commit comments
Comments
(0)