- Notifications
You must be signed in to change notification settings - Fork5
Commitc03aa1f
committed
> 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.
> Now, the arguments of the drop function can be tab completed. for example>> drop function strpos (> <press tab>> drop FUNCTION strpos (text, text)>> or:>> wsdb=# drop FUNCTION length (> bit) bytea) character) lseg) path) text)> <press c>> wsdb# DROP FUNCTION length ( character)>> I think that this patch should be rather useful. At it least I hate> always to type all the arguments of the dropped functions.>> 2) Also some fixes applied for the> CREATE INDEX syntax>> now the parenthesises are inserted by tab pressing.> suppose I have the table q3c:Sergey E. Koposov1 parent2986f42 commitc03aa1f
1 file changed
+70
-6
lines changedLines changed: 70 additions & 6 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 |
| |
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
| 479 | + | |
| 480 | + | |
479 | 481 |
| |
480 | 482 |
| |
481 | 483 |
| |
| |||
1016 | 1018 |
| |
1017 | 1019 |
| |
1018 | 1020 |
| |
1019 |
| - | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
1020 | 1031 |
| |
1021 | 1032 |
| |
1022 | 1033 |
| |
| |||
1222 | 1233 |
| |
1223 | 1234 |
| |
1224 | 1235 |
| |
1225 |
| - | |
1226 |
| - | |
1227 |
| - | |
1228 |
| - | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
1229 | 1259 |
| |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
1230 | 1272 |
| |
1231 | 1273 |
| |
1232 | 1274 |
| |
| |||
2247 | 2289 |
| |
2248 | 2290 |
| |
2249 | 2291 |
| |
| 2292 | + | |
| 2293 | + | |
2250 | 2294 |
| |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
| 2313 | + | |
| 2314 | + | |
2251 | 2315 |
| |
2252 | 2316 |
| |
2253 | 2317 |
| |
|
0 commit comments
Comments
(0)