summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2015-01-04 22:55:32 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2015-01-04 22:55:32 -0800
commit0c78e8031b7428fc183ecddc6b2bd74d5cdd473e (patch)
tree44b7bee9fae688df25366a8c9da9863f1f18b1f7 /TODO
parent1cf9adb88e22177af64906838d5037a0044cf4f2 (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index a78769b8..135aeec7 100644
--- a/TODO
+++ b/TODO
@@ -2,14 +2,12 @@
* [ ] Add a page to keep track of changelog in pgcli.com
* [ ] 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.
* [ ] ON keyword should suggest aliases. This is something we don't currently support since a collection of aliases is not maintained.
-* [ ] Add a page to keep track of changelog in pgcli.com
* [ ] 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.
* [ ] Write a doc about how to add new pgspecial commands.(psql -E)
* [ ] Show/hide docs for a statement using a keybinding.
* [ ] Check how to add the name of the table before printing the table.
-* [ ] Add logging.
* [ ] Add a new trigger for M-/ that does naive completion.
* [ ] New Feature List - Write the current version to config file. At launch if the version has changed, display the changelog between the two versions.
* [X] Add JOIN to the list of keywords and provide proper autocompletion for it.
@@ -17,3 +15,4 @@
- SELECT * FROM some_very_long_table_name s JOIN another_fairly_long_name a ON s.id = a.num;
* [X] Test if the aliases are identified correctly if the AS keyword is used
- SELECT * FROM my_table AS m WHERE m.a > 5;
+* [X] Add logging.