summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2015-01-03 19:36:11 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2015-01-03 19:36:11 -0800
commitb046dea74d31d3beb6ababccb96d9cb8411e8ace (patch)
treea9266c8293a75bb82643dcfb18e89e5ff0556f4a /TODO
parent3f5d0c0143677e3256401f7eade7d5b4bd4ebcdf (diff)
Make \? output sorted.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 33df44c2..a78769b8 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,8 @@
* [ ] 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, \di, \dp, \ds, \dv, \dy, \z etc)
+* [ ] 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.