summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-30 08:47:06 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-30 15:53:40 -0800
commite39237bedec2b2772069f525642598742c4aaf41 (patch)
treeb85fa2efd24bd0fae4ba602cd16d42c6eef2eab2 /TODO
parent4255e4e654af4d68765204cf6b2929e86306c292 (diff)
TODO update.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 07563324..6a455807 100644
--- a/TODO
+++ b/TODO
@@ -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)