forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b2266e
committed
Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psql
Only "IMPORT" was showing as result of the completion, while IMPORTFOREIGN SCHEMA is the only command using this keyword in firstposition. This changes the completion to show the full command nameinstead of just "IMPORT".Reviewed-by: Georgios Kokolatos, Julien RouhaudDiscussion:https://postgr.es/m/YFL6JneBiuMWYyoh@paquier.xyz1 parent1d581ce commit5b2266e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1494 | 1494 |
| |
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 |
| - | |
| 1497 | + | |
1498 | 1498 |
| |
1499 | 1499 |
| |
1500 | 1500 |
| |
|
0 commit comments
Comments
(0)