1
0
Fork 0

Merging upstream version 4.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-09 08:29:34 +01:00
parent 7e05478097
commit 853c1070f9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 197 additions and 99 deletions

View file

@ -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:
-------