forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit49917db
committed
Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...
Offer a list of available versions for that extension. Formerly, sincethere was no special support for this, it triggered off the UPDATEkeyword and offered a list of table names --- not too helpful.Jeff Janes, reviewed by Gerdan SantosPatch: <CAMkU=1z0gxEOLg2BWa69P4X4Ot8xBxipGUiGkXe_tC+raj79-Q@mail.gmail.com>1 parentf9d747a commit49917db
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
823 | 830 |
| |
824 | 831 |
| |
825 | 832 |
| |
| |||
1414 | 1421 |
| |
1415 | 1422 |
| |
1416 | 1423 |
| |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
1417 | 1438 |
| |
1418 | 1439 |
| |
1419 | 1440 |
| |
|
0 commit comments
Comments
(0)