summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-01-27 23:05:00 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2015-01-27 23:05:00 -0800
commit798c398b60a3ad2acfe04e2cc1d1585cfa817c2c (patch)
tree5a1cb50490c5df30f4e72512b2e3938b86cd9aad /TODO
parente1311fc892bbcca6486e91e43bca4c6927f40156 (diff)
Add table formats and timing to config file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index f2de0540..00ff5130 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
# vi: ft=vimwiki
* [ ] Add coverage.
* [ ] 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.
-* [ ] 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 a few more special commands. (\l pattern, \dp, \ds, \dy, \z etc)
* [ ] Refactor pgspecial.py to a class.
* [ ] Show/hide docs for a statement using a keybinding.
@@ -15,5 +14,5 @@
* [ ] pgexecute columns(), tables() etc can be just cursors instead of fetchall()
* [ ] Add unicode tests.
* [ ] Add colorschemes in config file.
-* [ ] Add \timing in config file.
-* [ ] Add table format to config file.
+* [X] Add \timing in config file.
+* [X] Add table format to config file.