1
0
Fork 0

Reverted docs for 617 now it's fixed.

This commit is contained in:
Irina Truong 2018-07-16 08:18:15 -07:00
parent 79e4dbcf11
commit 31cf858942
1 changed files with 0 additions and 3 deletions

View File

@ -74,12 +74,9 @@ The `pgcli` is written using prompt_toolkit_.
* Primitive support for ``psql`` back-slash commands.
* Pretty prints tabular data.
Note: `pgcli` uses the `tabulate`_ package to pretty-print tables. This library does smart formatting
of numbers, which can sometimes lead to unexpected output. See `this issue`_ for more details.
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit
.. _tabulate: https://pypi.python.org/pypi/tabulate
.. _this issue: https://github.com/dbcli/pgcli/issues/617
Config
------