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

Merge pull request #465 from summera/readme-config-location

Update config file location in README
This commit is contained in:
Amjith Ramanujam 2016-02-22 22:04:41 -08:00
commit fabfebb5d6

View File

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