summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-16 08:18:15 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-07-16 08:18:15 -0700
commit31cf85894230156b042609c21ec739d7028f77ab (patch)
tree9bc7cadc28cd870de77db0b893659a6e22c600c0 /README.rst
parent79e4dbcf11812361f17eea94cb37fbba99f9c5cd (diff)
Reverted docs for 617 now it's fixed.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 58569fcf..b69664a3 100644
--- a/README.rst
+++ b/README.rst
@@ -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
------