Skip to content

Commit

Permalink
Add some TODO items.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjith Ramanujam committed Dec 18, 2014
1 parent b3f4972 commit 27e602a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# vi: ft=vimwiki
* [ ] Separate the column completions to be table specific.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
* [ ] Use a pager to display the output. (Check Click's document).
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc)
* [ ] Write a doc about how to run it in develop mode. (pip install -e .)
* [ ] Write a doc about how to add new pgspecial commands.(psql -E)
* [ ] Improve the smart completion for Update statement. (Needs table specific columns)
* [ ] Improve the SELECT <> completion when a FROM clause is already present. (Send the whole text to sqlparse to find the table name and do column suggestions based on that.)
* [ ] Show/hide docs for a statement using a keybinding.
Expand Down

0 comments on commit 27e602a

Please sign in to comment.