summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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)