1
0
Fork 0

TODO update.

This commit is contained in:
Amjith Ramanujam 2014-12-30 08:47:06 -08:00
parent 4255e4e654
commit e39237bede
1 changed files with 2 additions and 0 deletions

2
TODO
View File

@ -1,6 +1,8 @@
# vi: ft=vimwiki
* [ ] Reading a config file is broken if an option doesn't exist.
* [ ] Column completion for nested sql.
* [ ] Refactor to sqlcompletion to consume the text from left to right and use
a state machine to suggest cols or tables instead of relying on hacks.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
* [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc)
* [ ] Write a doc about how to add new pgspecial commands.(psql -E)