1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00

Add some TODO items.

This commit is contained in:
Amjith Ramanujam 2014-12-17 22:05:30 -08:00
parent b3f4972e12
commit 27e602a45e

5
TODO
View File

@ -1,6 +1,11 @@
# vi: ft=vimwiki
* [ ] Separate the column completions to be table specific.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
* [ ] Use a pager to display the output. (Check Click's document).
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc)
* [ ] Write a doc about how to run it in develop mode. (pip install -e .)
* [ ] Write a doc about how to add new pgspecial commands.(psql -E)
* [ ] Improve the smart completion for Update statement. (Needs table specific columns)
* [ ] Improve the SELECT <> completion when a FROM clause is already present. (Send the whole text to sqlparse to find the table name and do column suggestions based on that.)
* [ ] Show/hide docs for a statement using a keybinding.