- Notifications
You must be signed in to change notification settings - Fork5
Commit9475aa9

Neil Conway
Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",
we can complete "TABLE". The previous coding only looked for "CREATE TEMP".Note that I didn't add TEMPORARY to the list of suggested completionsafter we've seen "CREATE", since TEMP is equivalent and more concise. Butif the user has already manually typed TEMPORARY, we may as wellcomplete TABLE for them.1 parentc765ca2 commit9475aa9
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
1107 | 1107 |
| |
1108 | 1108 |
| |
1109 | 1109 |
| |
1110 |
| - | |
| 1110 | + | |
1111 | 1111 |
| |
1112 |
| - | |
| 1112 | + | |
| 1113 | + | |
1113 | 1114 |
| |
1114 | 1115 |
| |
1115 | 1116 |
| |
|
0 commit comments
Comments
(0)