1
0
Fork 0
pgcli/TODO

13 lines
826 B
Plaintext
Raw Normal View History

2014-12-14 19:41:08 +00:00
# vi: ft=vimwiki
2014-12-31 06:56:06 +00:00
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
2014-12-30 23:50:37 +00:00
* [ ] Add a page to keep track of changelog in pgcli.com
2014-12-30 16:47:06 +00:00
* [ ] Refactor to sqlcompletion to consume the text from left to right and use
2014-12-31 06:56:06 +00:00
a state machine to suggest cols or tables instead of relying on hacks.
2014-12-18 06:05:30 +00:00
* [ ] 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)
2014-12-14 19:41:08 +00:00
* [ ] Show/hide docs for a statement using a keybinding.
2014-12-13 21:44:02 +00:00
* [ ] Check how to add the name of the table before printing the table.
* [ ] Add logging.
2014-12-31 06:56:06 +00:00
* [ ] Add a new trigger for M-/ that does naive completion.
2014-12-16 07:30:07 +00:00
* [ ] New Feature List - Write the current version to config file. At launch if the version has changed, display the changelog between the two versions.