1
0
mirror of https://github.com/dbcli/pgcli synced 2024-06-16 01:42:23 +00:00

Typo in README.rst

This commit is contained in:
while0pass 2015-01-10 04:06:33 +03:00
parent 97b36a993d
commit e35a107194

View File

@ -55,7 +55,7 @@ The `pgcli` is written using prompt_toolkit_.
- ``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.
* Config file is automatically created at ``~/.pgclirc`` at first launch.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.