summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2015-01-19 15:26:38 -0800
committerIryna Cherniavska <i.chernyavska@gmail.com>2015-01-19 15:26:38 -0800
commitb78b81ea15e42c74400e3590f47555ad72739f2a (patch)
treec7f7ae5625e0eb7685444b9276f3286486d61151 /TODO
parent1e59d7a946e4c695d0c88c5837afda959e91c820 (diff)
Added a section about meta-commands to developer documentation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index fc322cba..af633995 100644
--- a/TODO
+++ b/TODO
@@ -6,7 +6,7 @@
* [ ] 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)
+* [X] 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 a new trigger for M-/ that does naive completion.