1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-09-19 09:48:19 +03:00

Merge pull request #87 from msabramo/patch-5

README.rst: small tweaks
This commit is contained in:
Amjith Ramanujam 2015-01-08 11:29:56 -08:00
commit e57dee60a5

View File

@ -52,11 +52,11 @@ The `pgcli` is written using prompt_toolkit_.
* Smart-completion (enabled by default) will suggest context-sensitive
completion.
- `SELECT * FROM <tab>` will only show table names.
- `SELECT * FROM users WHERE <tab>` will only show column names.
- ``SELECT * FROM <tab>`` will only show table names.
- ``SELECT * FROM users WHERE <tab>`` will only show column names.
* Config file is automatically created at ~/.pglirc at first launch.
* Primitive support for `psql` back-slash commands.
* Config file is automatically created at ``~/.pglirc`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit