Merging upstream version 4.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7e05478097
commit
853c1070f9
14 changed files with 197 additions and 99 deletions
|
@ -179,7 +179,7 @@ Alternatively, you can install ``pgcli`` as a python package using a package
|
|||
manager called called ``pip``. You will need postgres installed on your system
|
||||
for this to work.
|
||||
|
||||
In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installing.html.
|
||||
In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installation/
|
||||
|
||||
::
|
||||
|
||||
|
@ -209,7 +209,7 @@ If pip is not installed check if easy_install is available on the system.
|
|||
Linux:
|
||||
======
|
||||
|
||||
In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installing.html.
|
||||
In depth getting started guide for ``pip`` - https://pip.pypa.io/en/latest/installation/
|
||||
|
||||
Check if pip is already available in your system.
|
||||
|
||||
|
@ -352,7 +352,10 @@ choice:
|
|||
|
||||
In [3]: my_result = _
|
||||
|
||||
Pgcli dropped support for Python<3.8 as of 4.0.0. If you need it, install ``pgcli <= 4.0.0``.
|
||||
Pgcli dropped support for:
|
||||
|
||||
* Python<3.8 as of 4.0.0.
|
||||
* Python<3.9 as of 4.2.0.
|
||||
|
||||
Thanks:
|
||||
-------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue