summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-17 22:05:30 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-17 22:06:20 -0800
commit27e602a45e927b8ebb31f115e0cdcba21133ed2d (patch)
tree3a6d5f93fdd17d3bd83767dc983ef2b779ef657c /TODO
parentb3f4972e127ded9e012f3e33475803bda710b1fa (diff)
Add some TODO items.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index d4bc4998..75deba1e 100644
--- a/TODO
+++ b/TODO
@@ -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.